Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / page / StorageClient.h
index 7017df0..4effdfb 100644 (file)
@@ -8,7 +8,7 @@
 #include "core/storage/StorageArea.h"
 #include "wtf/PassOwnPtr.h"
 
-namespace WebCore {
+namespace blink {
 
 class StorageNamespace;
 
@@ -20,6 +20,6 @@ public:
     virtual bool canAccessStorage(LocalFrame*, StorageType) const = 0;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // StorageClient_h