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 de59101c94d72d071bb79cd7bb8f38d4d0639872..0ec7861a0cd541879c687f4421e3243c4ffc6c8f 100644 |
--- a/ios/chrome/browser/prefs/browser_prefs.mm |
+++ b/ios/chrome/browser/prefs/browser_prefs.mm |
@@ -4,7 +4,6 @@ |
#include "ios/chrome/browser/prefs/browser_prefs.h" |
-#include "base/prefs/pref_service.h" |
#include "components/autofill/core/browser/autofill_manager.h" |
#include "components/content_settings/core/browser/host_content_settings_map.h" |
#include "components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h" |
@@ -15,6 +14,7 @@ |
#include "components/omnibox/browser/zero_suggest_provider.h" |
#include "components/password_manager/core/browser/password_manager.h" |
#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/search_engines/template_url_prepopulate_data.h" |