| 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 0b87e766683906d30eaaa9fd48966c5a6b0b7201..c86ea4239326fdfba7b3cbed14d4e655238b33b6 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 PrefServiceSyncable;
|
| +class PrefRegistrySyncable;
|
| 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(PrefServiceSyncable* prefs);
|
| + static void RegisterUserPrefs(PrefRegistrySyncable* registry);
|
|
|
| // Resets the preferences state.
|
| static void WritePinnedTabs(Profile* profile);
|
|
|