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

Unified Diff: public/web/WebDevToolsAgentClient.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/WebDevToolsAgent.h ('k') | public/web/WebDevToolsFrontend.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebDevToolsAgentClient.h
diff --git a/public/web/WebDevToolsAgentClient.h b/public/web/WebDevToolsAgentClient.h
index 21f39e85e4d503365d7550cbfb6bde8f6a9244f6..8499ec1da7d3ab7c868ac775c727c3d4dd58b91d 100644
--- a/public/web/WebDevToolsAgentClient.h
+++ b/public/web/WebDevToolsAgentClient.h
@@ -34,7 +34,7 @@
#include "../platform/WebCString.h"
#include "../platform/WebCommon.h"
-namespace WebKit {
+namespace blink {
class WebString;
struct WebDevToolsMessageData;
struct WebRect;
@@ -106,6 +106,6 @@ protected:
~WebDevToolsAgentClient() { }
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/WebDevToolsAgent.h ('k') | public/web/WebDevToolsFrontend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698