Index: chrome/browser/pepper_flash_settings_manager.h |
=================================================================== |
--- chrome/browser/pepper_flash_settings_manager.h (revision 212806) |
+++ chrome/browser/pepper_flash_settings_manager.h (working copy) |
@@ -16,16 +16,13 @@ |
namespace content { |
class BrowserContext; |
+struct WebPluginInfo; |
} |
namespace user_prefs { |
class PrefRegistrySyncable; |
} |
-namespace webkit { |
-struct WebPluginInfo; |
-} |
- |
// PepperFlashSettingsManager communicates with a PPAPI broker process to |
// read/write Pepper Flash settings. |
class PepperFlashSettingsManager { |
@@ -64,7 +61,7 @@ |
// |plugin_info| will be updated if it is not NULL and the method returns |
// true. |
static bool IsPepperFlashInUse(PluginPrefs* plugin_prefs, |
- webkit::WebPluginInfo* plugin_info); |
+ content::WebPluginInfo* plugin_info); |
static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry); |