| 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 a17078cb3a95a7cbe094fe2c9ed4c39213517f39..afa94e4721157bd44688b0f7baed14770642491a 100644
|
| --- a/chrome/browser/ui/tabs/pinned_tab_codec.h
|
| +++ b/chrome/browser/ui/tabs/pinned_tab_codec.h
|
| @@ -30,7 +30,7 @@ class PrefRegistrySyncable;
|
| class PinnedTabCodec {
|
| public:
|
| // Registers the preference used by this class.
|
| - static void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry);
|
| + static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
|
|
|
| // Resets the preferences state.
|
| static void WritePinnedTabs(Profile* profile);
|
|
|