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

Unified Diff: public/platform/WebStorageArea.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/platform/WebSpeechSynthesizerClient.h ('k') | public/platform/WebStorageNamespace.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebStorageArea.h
diff --git a/public/platform/WebStorageArea.h b/public/platform/WebStorageArea.h
index 3b1f967ad223fe0bc053b9e9f0244f070f0dde4e..f83c3c35c499813466d88d2fb032ac7596bbcb3f 100644
--- a/public/platform/WebStorageArea.h
+++ b/public/platform/WebStorageArea.h
@@ -34,7 +34,7 @@
#include "WebCommon.h"
#include "WebString.h"
-namespace WebKit {
+namespace blink {
class WebURL;
@@ -93,6 +93,6 @@ public:
virtual void clear(const WebURL& pageUrl, bool& somethingCleared) { }
};
-} // namespace WebKit
+} // namespace blink
#endif // WebStorageArea_h
« no previous file with comments | « public/platform/WebSpeechSynthesizerClient.h ('k') | public/platform/WebStorageNamespace.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698