Index: chrome/browser/extensions/component_loader.h |
diff --git a/chrome/browser/extensions/component_loader.h b/chrome/browser/extensions/component_loader.h |
index 95e1a653ca4070c185a9ea974702ddb343d79775..682d69bed1c6161577b61c336dc7ef7f89890fdf 100644 |
--- a/chrome/browser/extensions/component_loader.h |
+++ b/chrome/browser/extensions/component_loader.h |
@@ -15,7 +15,7 @@ |
class ExtensionServiceInterface; |
class PrefServiceBase; |
-class PrefServiceSyncable; |
+class PrefRegistrySyncable; |
namespace extensions { |
@@ -80,7 +80,7 @@ class ComponentLoader { |
// platforms this |skip_session_components| is expected to be unset. |
void AddDefaultComponentExtensions(bool skip_session_components); |
- static void RegisterUserPrefs(PrefServiceSyncable* prefs); |
+ static void RegisterUserPrefs(PrefRegistrySyncable* registry); |
// Parse the given JSON manifest. Returns NULL if it cannot be parsed, or if |
// if the result is not a DictionaryValue. |