Index: ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_settings.cc |
diff --git a/ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_settings.cc b/ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_settings.cc |
index a5d348f1da770d78ab6ecfd3aa819b9557d5c783..658baf6d2864c8ffff37dbff060404514704c883 100644 |
--- a/ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_settings.cc |
+++ b/ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_settings.cc |
@@ -11,8 +11,6 @@ |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/metrics/histogram_macros.h" |
-#include "base/prefs/pref_service.h" |
-#include "base/prefs/scoped_user_pref_update.h" |
#include "base/strings/string_util.h" |
#include "base/time/time.h" |
#include "components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.h" |
@@ -22,6 +20,8 @@ |
#include "components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h" |
#include "components/data_reduction_proxy/core/browser/data_store.h" |
#include "components/data_reduction_proxy/core/common/data_reduction_proxy_params.h" |
+#include "components/prefs/pref_service.h" |
+#include "components/prefs/scoped_user_pref_update.h" |
#include "components/proxy_config/proxy_config_pref_names.h" |
#include "components/proxy_config/proxy_prefs.h" |
#include "ios/chrome/browser/metrics/ios_chrome_metrics_service_accessor.h" |