Index: Source/modules/quota/StorageQuotaClient.h |
diff --git a/Source/modules/quota/StorageQuotaClient.h b/Source/modules/quota/StorageQuotaClient.h |
index 4b095a2d7ddb1fd15368edb0a1328166c33ed26a..7b44c6160daf06cbede23bae8bceebe3a4f8b14d 100644 |
--- a/Source/modules/quota/StorageQuotaClient.h |
+++ b/Source/modules/quota/StorageQuotaClient.h |
@@ -36,7 +36,7 @@ |
#include "public/platform/WebStorageQuotaType.h" |
#include "wtf/Forward.h" |
-namespace WebCore { |
+namespace blink { |
class ExecutionContext; |
class Page; |
@@ -60,6 +60,6 @@ public: |
void provideStorageQuotaClientTo(Page&, PassOwnPtrWillBeRawPtr<StorageQuotaClient>); |
-} // namespace WebCore |
+} // namespace blink |
#endif // StorageQuotaClient_h |