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

Unified Diff: content/renderer/devtools/devtools_client.cc

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « content/renderer/devtools/devtools_client.h ('k') | content/renderer/disambiguation_popup_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/devtools/devtools_client.cc
diff --git a/content/renderer/devtools/devtools_client.cc b/content/renderer/devtools/devtools_client.cc
index 5793d2c7ebfa01402ffdf4cebd9a358820badc7b..41b94818cfbbfc9a671a90bb3e0163e0a1a31542 100644
--- a/content/renderer/devtools/devtools_client.cc
+++ b/content/renderer/devtools/devtools_client.cc
@@ -18,8 +18,8 @@
#include "ui/base/ui_base_switches.h"
#include "webkit/common/appcache/appcache_interfaces.h"
-using WebKit::WebDevToolsFrontend;
-using WebKit::WebString;
+using blink::WebDevToolsFrontend;
+using blink::WebString;
namespace content {
« no previous file with comments | « content/renderer/devtools/devtools_client.h ('k') | content/renderer/disambiguation_popup_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698