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

Unified Diff: Source/modules/quota/NavigatorStorageQuota.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
Index: Source/modules/quota/NavigatorStorageQuota.h
diff --git a/Source/modules/quota/NavigatorStorageQuota.h b/Source/modules/quota/NavigatorStorageQuota.h
index d48f56129e531dc0ae264d60a926c6866f76f3a6..d0df48cffc7a7726ec88b1c1d6685c5e709aa041 100644
--- a/Source/modules/quota/NavigatorStorageQuota.h
+++ b/Source/modules/quota/NavigatorStorageQuota.h
@@ -36,7 +36,7 @@
#include "platform/Supplementable.h"
#include "platform/heap/Handle.h"
-namespace WebCore {
+namespace blink {
class LocalFrame;
class Navigator;
@@ -67,6 +67,6 @@ private:
mutable PersistentWillBeMember<DeprecatedStorageQuota> m_persistentStorage;
};
-} // namespace WebCore
+} // namespace blink
#endif // NavigatorStorageQuota_h
« no previous file with comments | « Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.cpp ('k') | Source/modules/quota/NavigatorStorageQuota.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698