| 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.
|
|
|