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

Unified Diff: public/web/WebDevToolsFrontendClient.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/WebDevToolsFrontend.h ('k') | public/web/WebDocument.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebDevToolsFrontendClient.h
diff --git a/public/web/WebDevToolsFrontendClient.h b/public/web/WebDevToolsFrontendClient.h
index 13f6c476086342757a803446f1e9204aac73f7f9..53add1c1c2b3ff40d0eccb970f030876b6dd6001 100644
--- a/public/web/WebDevToolsFrontendClient.h
+++ b/public/web/WebDevToolsFrontendClient.h
@@ -31,7 +31,7 @@
#ifndef WebDevToolsFrontendClient_h
#define WebDevToolsFrontendClient_h
-namespace WebKit {
+namespace blink {
class WebString;
struct WebFloatPoint;
@@ -51,6 +51,6 @@ protected:
virtual ~WebDevToolsFrontendClient() {}
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/WebDevToolsFrontend.h ('k') | public/web/WebDocument.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698