Index: ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_io_data.cc |
diff --git a/ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_io_data.cc b/ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_io_data.cc |
index 11380ce54fef29e3476f487b045c3e001bb3effc..babdeb6cbc0bf61d5cff10951753472c91590849 100644 |
--- a/ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_io_data.cc |
+++ b/ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_io_data.cc |
@@ -4,11 +4,11 @@ |
#include "ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_io_data.h" |
-#include "base/prefs/pref_service.h" |
#include "components/data_reduction_proxy/core/browser/data_reduction_proxy_config_retrieval_params.h" |
#include "components/data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stats.h" |
#include "components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h" |
#include "components/data_reduction_proxy/core/common/data_reduction_proxy_params.h" |
+#include "components/prefs/pref_service.h" |
#include "ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_settings.h" |
#include "ios/chrome/browser/pref_names.h" |
#include "ios/web/public/web_client.h" |