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

Unified Diff: chrome/renderer/plugins/plugin_placeholder.cc

Issue 19894003: Move webplugininfo.h to content/public. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 5 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/plugins/plugin_placeholder.cc
===================================================================
--- chrome/renderer/plugins/plugin_placeholder.cc (revision 212806)
+++ chrome/renderer/plugins/plugin_placeholder.cc (working copy)
@@ -53,7 +53,6 @@
using WebKit::WebNode;
using WebKit::WebPlugin;
using WebKit::WebPluginContainer;
-using webkit::WebPluginInfo;
using WebKit::WebPluginParams;
using WebKit::WebPoint;
using WebKit::WebScriptSource;
@@ -150,7 +149,7 @@
RenderView* render_view,
WebFrame* frame,
const WebPluginParams& params,
- const WebPluginInfo& plugin,
+ const content::WebPluginInfo& plugin,
const std::string& identifier,
const string16& name,
int template_id,

Powered by Google App Engine
This is Rietveld 408576698