Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1148)

Unified Diff: Source/modules/quota/StorageQuotaClient.h

Issue 403013002: Rename WebCore to blink in Modules (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/quota/StorageQuotaCallbacksImpl.cpp ('k') | Source/modules/quota/StorageQuotaClient.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/modules/quota/StorageQuotaCallbacksImpl.cpp ('k') | Source/modules/quota/StorageQuotaClient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698