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

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

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.h
===================================================================
--- chrome/renderer/plugins/plugin_placeholder.h (revision 212806)
+++ chrome/renderer/plugins/plugin_placeholder.h (working copy)
@@ -6,16 +6,16 @@
#define CHROME_RENDERER_PLUGINS_PLUGIN_PLACEHOLDER_H_
#include "chrome/renderer/plugins/webview_plugin.h"
+#include "content/public/common/webplugininfo.h"
#include "content/public/renderer/context_menu_client.h"
#include "content/public/renderer/render_process_observer.h"
#include "content/public/renderer/render_view_observer.h"
#include "third_party/WebKit/public/web/WebPluginParams.h"
-#include "webkit/plugins/webplugininfo.h"
#include "webkit/renderer/cpp_bound_class.h"
struct ChromeViewHostMsg_GetPluginInfo_Status;
-namespace webkit {
+namespace content {
struct WebPluginInfo;
}
@@ -41,7 +41,7 @@
content::RenderView* render_view,
WebKit::WebFrame* frame,
const WebKit::WebPluginParams& params,
- const webkit::WebPluginInfo& info,
+ const content::WebPluginInfo& info,
const std::string& identifier,
const string16& name,
int resource_id,
@@ -160,7 +160,7 @@
WebKit::WebPluginParams plugin_params_;
WebViewPlugin* plugin_;
- webkit::WebPluginInfo plugin_info_;
+ content::WebPluginInfo plugin_info_;
string16 title_;
string16 message_;

Powered by Google App Engine
This is Rietveld 408576698