Index: chrome/browser/ui/tabs/pinned_tab_codec.cc |
diff --git a/chrome/browser/ui/tabs/pinned_tab_codec.cc b/chrome/browser/ui/tabs/pinned_tab_codec.cc |
index 458952131001116ae92b9cdf4270d59a6964c95e..10903d684257e6e3e713853e4bab9d3eb39b731c 100644 |
--- a/chrome/browser/ui/tabs/pinned_tab_codec.cc |
+++ b/chrome/browser/ui/tabs/pinned_tab_codec.cc |
@@ -99,8 +99,9 @@ static bool DecodeTab(const DictionaryValue& value, StartupTab* tab) { |
} |
// static |
-void PinnedTabCodec::RegisterUserPrefs(PrefService* prefs) { |
- prefs->RegisterListPref(prefs::kPinnedTabs, PrefService::UNSYNCABLE_PREF); |
+void PinnedTabCodec::RegisterUserPrefs(PrefServiceSyncable* prefs) { |
+ prefs->RegisterListPref(prefs::kPinnedTabs, |
+ PrefServiceSyncable::UNSYNCABLE_PREF); |
} |
// static |