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

Unified Diff: chrome/renderer/external_host_bindings.cc

Issue 63273002: Rename WebKit namespace to blink (part 4) (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 | « chrome/renderer/external_host_bindings.h ('k') | chrome/renderer/loadtimes_extension_bindings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/external_host_bindings.cc
diff --git a/chrome/renderer/external_host_bindings.cc b/chrome/renderer/external_host_bindings.cc
index f078a49cfa3bf60ee368e188b9e4cf39b44801d4..5dc7959a223539db4130cc82a509ff2f4d9b8107 100644
--- a/chrome/renderer/external_host_bindings.cc
+++ b/chrome/renderer/external_host_bindings.cc
@@ -12,7 +12,7 @@
#include "third_party/WebKit/public/web/WebDocument.h"
#include "third_party/WebKit/public/web/WebFrame.h"
-using WebKit::WebBindings;
+using blink::WebBindings;
using webkit_glue::CppArgumentList;
using webkit_glue::CppVariant;
@@ -143,7 +143,7 @@ bool ExternalHostBindings::ForwardMessageFromExternalHost(
return status;
}
-void ExternalHostBindings::BindToJavascript(WebKit::WebFrame* frame,
+void ExternalHostBindings::BindToJavascript(blink::WebFrame* frame,
const std::string& classname) {
frame_ = frame;
CppBoundClass::BindToJavascript(frame, classname);
« no previous file with comments | « chrome/renderer/external_host_bindings.h ('k') | chrome/renderer/loadtimes_extension_bindings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698