summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/WebCore/storage/StorageNamespace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/webkit/WebCore/storage/StorageNamespace.h')
-rw-r--r--src/3rdparty/webkit/WebCore/storage/StorageNamespace.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/3rdparty/webkit/WebCore/storage/StorageNamespace.h b/src/3rdparty/webkit/WebCore/storage/StorageNamespace.h
index 687cea2bb..edbe33986 100644
--- a/src/3rdparty/webkit/WebCore/storage/StorageNamespace.h
+++ b/src/3rdparty/webkit/WebCore/storage/StorageNamespace.h
@@ -28,16 +28,15 @@
#if ENABLE(DOM_STORAGE)
-#include "SecurityOriginHash.h"
-#include "StorageArea.h"
+#include "PlatformString.h"
-#include <wtf/HashMap.h>
+#include <wtf/PassRefPtr.h>
#include <wtf/RefCounted.h>
namespace WebCore {
+ class SecurityOrigin;
class StorageArea;
- class StorageSyncManager;
// This interface is required for Chromium since these actions need to be proxied between processes.
class StorageNamespace : public RefCounted<StorageNamespace> {