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

Unified Diff: Source/modules/quota/NavigatorStorageQuota.cpp

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/NavigatorStorageQuota.h ('k') | Source/modules/quota/StorageErrorCallback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/quota/NavigatorStorageQuota.cpp
diff --git a/Source/modules/quota/NavigatorStorageQuota.cpp b/Source/modules/quota/NavigatorStorageQuota.cpp
index 35d08cb0926cfc0a72530c1b01a50cc316d31583..8ea1b19d9564b63cc9374dade832604dd6182b03 100644
--- a/Source/modules/quota/NavigatorStorageQuota.cpp
+++ b/Source/modules/quota/NavigatorStorageQuota.cpp
@@ -35,7 +35,7 @@
#include "modules/quota/DeprecatedStorageQuota.h"
#include "modules/quota/StorageQuota.h"
-namespace WebCore {
+namespace blink {
NavigatorStorageQuota::NavigatorStorageQuota(LocalFrame* frame)
: DOMWindowProperty(frame)
@@ -105,4 +105,4 @@ void NavigatorStorageQuota::trace(Visitor* visitor)
WillBeHeapSupplement<Navigator>::trace(visitor);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/quota/NavigatorStorageQuota.h ('k') | Source/modules/quota/StorageErrorCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698