Index: Source/modules/quota/StorageQuotaClient.cpp |
diff --git a/Source/modules/quota/StorageQuotaClient.cpp b/Source/modules/quota/StorageQuotaClient.cpp |
index c7921ee02ebd5de25fd08fa2015ad8e8f439a4ab..2ac153f913822bdb9a43a3dddfa6e8292491673b 100644 |
--- a/Source/modules/quota/StorageQuotaClient.cpp |
+++ b/Source/modules/quota/StorageQuotaClient.cpp |
@@ -35,7 +35,7 @@ |
#include "core/page/Page.h" |
#include "core/workers/WorkerGlobalScope.h" |
-namespace WebCore { |
+namespace blink { |
const char* StorageQuotaClient::supplementName() |
{ |
@@ -54,4 +54,4 @@ void provideStorageQuotaClientTo(Page& page, PassOwnPtrWillBeRawPtr<StorageQuota |
page.provideSupplement(StorageQuotaClient::supplementName(), client); |
} |
-} // namespace WebCore |
+} // namespace blink |