Index: chrome/browser/ui/tabs/pinned_tab_codec.h |
diff --git a/chrome/browser/ui/tabs/pinned_tab_codec.h b/chrome/browser/ui/tabs/pinned_tab_codec.h |
index 8492f76272279d289e8c99741ff648ddca1ed825..0b87e766683906d30eaaa9fd48966c5a6b0b7201 100644 |
--- a/chrome/browser/ui/tabs/pinned_tab_codec.h |
+++ b/chrome/browser/ui/tabs/pinned_tab_codec.h |
@@ -14,7 +14,7 @@ namespace base { |
class Value; |
} |
-class PrefService; |
+class PrefServiceSyncable; |
class Profile; |
// PinnedTabCodec is used to read and write the set of pinned tabs to |
@@ -27,7 +27,7 @@ class Profile; |
class PinnedTabCodec { |
public: |
// Registers the preference used by this class. |
- static void RegisterUserPrefs(PrefService* prefs); |
+ static void RegisterUserPrefs(PrefServiceSyncable* prefs); |
// Resets the preferences state. |
static void WritePinnedTabs(Profile* profile); |