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

Unified Diff: chrome/renderer/external_host_bindings.cc

Issue 25378002: Move the rest of source files from webkit/renderer to content/renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 months 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
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..15f463cef9979aa8fce2580be98d2211d92e198e 100644
--- a/chrome/renderer/external_host_bindings.cc
+++ b/chrome/renderer/external_host_bindings.cc
@@ -13,8 +13,8 @@
#include "third_party/WebKit/public/web/WebFrame.h"
using WebKit::WebBindings;
-using webkit_glue::CppArgumentList;
-using webkit_glue::CppVariant;
+using content::CppArgumentList;
+using content::CppVariant;
ExternalHostBindings::ExternalHostBindings(IPC::Sender* sender, int routing_id)
: frame_(NULL), sender_(sender), routing_id_(routing_id) {

Powered by Google App Engine
This is Rietveld 408576698