| Index: chrome/browser/prefs/browser_prefs.cc
|
| diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
|
| index 14b6fbcf079a1b688a53c2431d437e22d97d0677..97433bf6a4ed8910fb1c06b651254540a35c7303 100644
|
| --- a/chrome/browser/prefs/browser_prefs.cc
|
| +++ b/chrome/browser/prefs/browser_prefs.cc
|
| @@ -38,6 +38,7 @@
|
| #include "chrome/browser/prefs/session_startup_pref.h"
|
| #include "chrome/browser/printing/print_job_manager.h"
|
| #include "chrome/browser/profiles/profile_impl.h"
|
| +#include "chrome/browser/profiles/profile_info_cache.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| #include "chrome/browser/renderer_host/web_cache_manager.h"
|
| #include "chrome/browser/safe_browsing/safe_browsing_service.h"
|
| @@ -110,6 +111,7 @@ void RegisterLocalState(PrefService* local_state) {
|
| NotificationUIManager::RegisterPrefs(local_state);
|
| PrefProxyConfigService::RegisterPrefs(local_state);
|
| policy::CloudPolicySubsystem::RegisterPrefs(local_state);
|
| + ProfileInfoCache::RegisterPrefs(local_state);
|
| ProfileManager::RegisterPrefs(local_state);
|
| #if defined(OS_CHROMEOS)
|
| chromeos::AudioMixerAlsa::RegisterPrefs(local_state);
|
|
|