Index: ios/chrome/browser/prefs/browser_prefs.mm |
diff --git a/ios/chrome/browser/prefs/browser_prefs.mm b/ios/chrome/browser/prefs/browser_prefs.mm |
index 5bacf8d9723fda1e7db286a31b1626a62104a961..5b5ad20fa3c134a77df0cbb254a0222dd5f2309a 100644 |
--- a/ios/chrome/browser/prefs/browser_prefs.mm |
+++ b/ios/chrome/browser/prefs/browser_prefs.mm |
@@ -22,7 +22,7 @@ |
#include "components/pref_registry/pref_registry_syncable.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/signin/core/common/signin_pref_names.h" |
#include "components/ssl_config/ssl_config_service_manager.h" |
@@ -55,7 +55,7 @@ void RegisterLocalStatePrefs(PrefRegistrySimple* registry) { |
network_time::NetworkTimeTracker::RegisterPrefs(registry); |
ios::NotificationPromo::RegisterPrefs(registry); |
PrefProxyConfigTrackerImpl::RegisterPrefs(registry); |
- rappor::RapporService::RegisterPrefs(registry); |
+ rappor::RapporServiceImpl::RegisterPrefs(registry); |
ssl_config::SSLConfigServiceManager::RegisterPrefs(registry); |
update_client::RegisterPrefs(registry); |
variations::VariationsService::RegisterPrefs(registry); |