| Index: chrome/browser/prefs/browser_prefs.cc
|
| diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
|
| index 2f95eb4461bf1f0ce9d81596c1a427bb4fabc35f..e78a9b384642be7ba9ef166d77e68aaf040d13fc 100644
|
| --- a/chrome/browser/prefs/browser_prefs.cc
|
| +++ b/chrome/browser/prefs/browser_prefs.cc
|
| @@ -93,7 +93,7 @@
|
| #include "components/prefs/pref_registry_simple.h"
|
| #include "components/prefs/pref_service.h"
|
| #include "components/proxy_config/pref_proxy_config_tracker_impl.h"
|
| -#include "components/rappor/rappor_service.h"
|
| +#include "components/rappor/rappor_service_impl.h"
|
| #include "components/search_engines/template_url_prepopulate_data.h"
|
| #include "components/ssl_config/ssl_config_service_manager.h"
|
| #include "components/startup_metric_utils/browser/startup_metric_utils.h"
|
| @@ -363,7 +363,7 @@ void RegisterLocalState(PrefRegistrySimple* registry) {
|
| PrefProxyConfigTrackerImpl::RegisterPrefs(registry);
|
| ProfileInfoCache::RegisterPrefs(registry);
|
| profiles::RegisterPrefs(registry);
|
| - rappor::RapporService::RegisterPrefs(registry);
|
| + rappor::RapporServiceImpl::RegisterPrefs(registry);
|
| RegisterScreenshotPrefs(registry);
|
| SigninManagerFactory::RegisterPrefs(registry);
|
| ssl_config::SSLConfigServiceManager::RegisterPrefs(registry);
|
|
|