| Index: chrome/browser/background/background_contents_service_factory.cc
|
| diff --git a/chrome/browser/background/background_contents_service_factory.cc b/chrome/browser/background/background_contents_service_factory.cc
|
| index c451e1c901469beaf6cf259c405c966ff6d10a86..3043efe9af0b39b1773e167b41eabac901e9a0c4 100644
|
| --- a/chrome/browser/background/background_contents_service_factory.cc
|
| +++ b/chrome/browser/background/background_contents_service_factory.cc
|
| @@ -39,9 +39,9 @@ ProfileKeyedService* BackgroundContentsServiceFactory::BuildServiceInstanceFor(
|
| }
|
|
|
| void BackgroundContentsServiceFactory::RegisterUserPrefs(
|
| - PrefService* user_prefs) {
|
| + PrefServiceSyncable* user_prefs) {
|
| user_prefs->RegisterDictionaryPref(prefs::kRegisteredBackgroundContents,
|
| - PrefService::UNSYNCABLE_PREF);
|
| + PrefServiceSyncable::UNSYNCABLE_PREF);
|
| }
|
|
|
| bool
|
|
|