| 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 3043efe9af0b39b1773e167b41eabac901e9a0c4..12670b1e28e516b161d65661aa9c04379e3b715f 100644
|
| --- a/chrome/browser/background/background_contents_service_factory.cc
|
| +++ b/chrome/browser/background/background_contents_service_factory.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "base/command_line.h"
|
| #include "chrome/browser/background/background_contents_service.h"
|
| +#include "chrome/browser/prefs/pref_registry_syncable.h"
|
| #include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/profiles/profile_dependency_manager.h"
|
| @@ -39,9 +40,9 @@ ProfileKeyedService* BackgroundContentsServiceFactory::BuildServiceInstanceFor(
|
| }
|
|
|
| void BackgroundContentsServiceFactory::RegisterUserPrefs(
|
| - PrefServiceSyncable* user_prefs) {
|
| + PrefRegistrySyncable* user_prefs) {
|
| user_prefs->RegisterDictionaryPref(prefs::kRegisteredBackgroundContents,
|
| - PrefServiceSyncable::UNSYNCABLE_PREF);
|
| + PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| }
|
|
|
| bool
|
|
|