| Index: ios/chrome/browser/browser_state/chrome_browser_state_impl_io_data.cc
|
| diff --git a/ios/chrome/browser/browser_state/chrome_browser_state_impl_io_data.cc b/ios/chrome/browser/browser_state/chrome_browser_state_impl_io_data.cc
|
| index 1d3af81586e2bc3299d15476fa2daa037609b05c..a91488d91abb3e148df64e34e7ebd200b9a1a6f9 100644
|
| --- a/ios/chrome/browser/browser_state/chrome_browser_state_impl_io_data.cc
|
| +++ b/ios/chrome/browser/browser_state/chrome_browser_state_impl_io_data.cc
|
| @@ -11,9 +11,6 @@
|
| #include "base/callback.h"
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "base/prefs/json_pref_store.h"
|
| -#include "base/prefs/pref_filter.h"
|
| -#include "base/prefs/pref_service.h"
|
| #include "base/sequenced_task_runner.h"
|
| #include "base/threading/sequenced_worker_pool.h"
|
| #include "base/threading/worker_pool.h"
|
| @@ -23,6 +20,9 @@
|
| #include "components/data_reduction_proxy/core/browser/data_store_impl.h"
|
| #include "components/domain_reliability/monitor.h"
|
| #include "components/net_log/chrome_net_log.h"
|
| +#include "components/prefs/json_pref_store.h"
|
| +#include "components/prefs/pref_filter.h"
|
| +#include "components/prefs/pref_service.h"
|
| #include "ios/chrome/browser/application_context.h"
|
| #include "ios/chrome/browser/chrome_constants.h"
|
| #include "ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_io_data.h"
|
|
|