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

Unified Diff: chrome/renderer/external_host_bindings.h

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_extension.cc ('k') | chrome/renderer/external_host_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.h
diff --git a/chrome/renderer/external_host_bindings.h b/chrome/renderer/external_host_bindings.h
index 170987f3c4beb9c06d58d66e514f9639bf7bf4ac..a3b80196d56f2925020038d64e0a0b0fc4f2d088 100644
--- a/chrome/renderer/external_host_bindings.h
+++ b/chrome/renderer/external_host_bindings.h
@@ -25,7 +25,7 @@ class ExternalHostBindings : public webkit_glue::CppBoundClass {
const std::string& target);
// Overridden to hold onto a pointer back to the web frame.
- void BindToJavascript(WebKit::WebFrame* frame, const std::string& classname);
+ void BindToJavascript(blink::WebFrame* frame, const std::string& classname);
private:
// Creates an uninitialized instance of a MessageEvent object.
@@ -38,7 +38,7 @@ class ExternalHostBindings : public webkit_glue::CppBoundClass {
webkit_glue::CppVariant* result);
webkit_glue::CppVariant on_message_handler_;
- WebKit::WebFrame* frame_;
+ blink::WebFrame* frame_;
IPC::Sender* sender_;
int routing_id_;
« no previous file with comments | « chrome/renderer/external_extension.cc ('k') | chrome/renderer/external_host_bindings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698