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

Unified Diff: chrome/browser/automation/testing_automation_provider.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/browser/automation/testing_automation_provider.h
===================================================================
--- chrome/browser/automation/testing_automation_provider.h (revision 212806)
+++ chrome/browser/automation/testing_automation_provider.h (working copy)
@@ -38,16 +38,13 @@
namespace content {
class RenderViewHost;
struct NativeWebKeyboardEvent;
+struct WebPluginInfo;
}
namespace gfx {
class Rect;
}
-namespace webkit {
-struct WebPluginInfo;
-}
-
// This is an automation provider containing testing calls.
class TestingAutomationProvider : public AutomationProvider,
public chrome::BrowserListObserver,
@@ -402,7 +399,7 @@
void GetPluginsInfoCallback(Browser* browser,
base::DictionaryValue* args,
IPC::Message* reply_message,
- const std::vector<webkit::WebPluginInfo>& plugins);
+ const std::vector<content::WebPluginInfo>& plugins);
// Enable a plugin.
// Uses the JSON interface for input/output.

Powered by Google App Engine
This is Rietveld 408576698