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

Unified Diff: public/web/WebStorageEventDispatcher.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 | « public/web/WebSpellCheckClient.h ('k') | public/web/WebSurroundingText.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebStorageEventDispatcher.h
diff --git a/public/web/WebStorageEventDispatcher.h b/public/web/WebStorageEventDispatcher.h
index 32f260d4298ff45f59d18d0d4ab995bd547fae5b..20c656874ed37de1bf5b5e140a02e1c9910f2e3c 100644
--- a/public/web/WebStorageEventDispatcher.h
+++ b/public/web/WebStorageEventDispatcher.h
@@ -33,7 +33,7 @@
#include "../platform/WebString.h"
-namespace WebKit {
+namespace blink {
class WebStorageArea;
class WebStorageNamespace;
@@ -59,6 +59,6 @@ public:
WebStorageEventDispatcher() { }
};
-} // namespace WebKit
+} // namespace blink
#endif // WebStorageEventDispatcher_h
« no previous file with comments | « public/web/WebSpellCheckClient.h ('k') | public/web/WebSurroundingText.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698