| 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 8d7b284ff8dc5694bcb884e8a4d035cb6584ce3c..84ccaa82cd07b291fd8cc6f9c97f17563e21664e 100644
|
| --- a/chrome/browser/background/background_contents_service_factory.cc
|
| +++ b/chrome/browser/background/background_contents_service_factory.cc
|
| @@ -41,9 +41,10 @@ ProfileKeyedService* BackgroundContentsServiceFactory::BuildServiceInstanceFor(
|
| }
|
|
|
| void BackgroundContentsServiceFactory::RegisterUserPrefs(
|
| - PrefRegistrySyncable* user_prefs) {
|
| - user_prefs->RegisterDictionaryPref(prefs::kRegisteredBackgroundContents,
|
| - PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| + user_prefs::PrefRegistrySyncable* user_prefs) {
|
| + user_prefs->RegisterDictionaryPref(
|
| + prefs::kRegisteredBackgroundContents,
|
| + user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| }
|
|
|
| content::BrowserContext*
|
|
|