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

Unified Diff: Source/modules/quota/DOMWindowQuota.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/DOMWindowQuota.h
diff --git a/Source/modules/quota/DOMWindowQuota.h b/Source/modules/quota/DOMWindowQuota.h
index b8017c502cabb88afa96d5216ebe719e73abda9b..e7faf1095126d87792b465afab32b45ea0499bfc 100644
--- a/Source/modules/quota/DOMWindowQuota.h
+++ b/Source/modules/quota/DOMWindowQuota.h
@@ -35,7 +35,7 @@
#include "platform/Supplementable.h"
#include "platform/heap/Handle.h"
-namespace WebCore {
+namespace blink {
class DeprecatedStorageInfo;
class LocalDOMWindow;
@@ -57,6 +57,6 @@ private:
mutable PersistentWillBeMember<DeprecatedStorageInfo> m_storageInfo;
};
-} // namespace WebCore
+} // namespace blink
#endif // DOMWindowQuota_h
« no previous file with comments | « Source/modules/push_messaging/ServiceWorkerGlobalScopePush.h ('k') | Source/modules/quota/DOMWindowQuota.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698