Index: chrome/browser/pepper_flash_settings_manager.h |
diff --git a/chrome/browser/pepper_flash_settings_manager.h b/chrome/browser/pepper_flash_settings_manager.h |
index 4ff992e9ca13319b9c87668c150f2ab1322220a6..77c9d537482e3b0b4db0029589efa8a8f3e6d1b6 100644 |
--- a/chrome/browser/pepper_flash_settings_manager.h |
+++ b/chrome/browser/pepper_flash_settings_manager.h |
@@ -12,7 +12,7 @@ |
#include "ppapi/shared_impl/ppp_flash_browser_operations_shared.h" |
class PluginPrefs; |
-class PrefServiceSyncable; |
+class PrefRegistrySyncable; |
namespace content { |
class BrowserContext; |
@@ -62,7 +62,7 @@ class PepperFlashSettingsManager { |
static bool IsPepperFlashInUse(PluginPrefs* plugin_prefs, |
webkit::WebPluginInfo* plugin_info); |
- static void RegisterUserPrefs(PrefServiceSyncable* prefs); |
+ static void RegisterUserPrefs(PrefRegistrySyncable* registry); |
// Requests to deauthorize content licenses. |
// Client::OnDeauthorizeContentLicensesCompleted() will be called when the |