Index: chrome/browser/prefs/browser_prefs.cc |
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc |
index 176f283d7dc55148ea0475522f81686d5a5f6f64..acd15656097582f28e93b9e11788ffde88ddba69 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); |