| Index: chrome/browser/io_thread_unittest.cc
|
| diff --git a/chrome/browser/io_thread_unittest.cc b/chrome/browser/io_thread_unittest.cc
|
| index 14dc6bf2b55e572a1180ba12f6413cc65458d113..8935e9169c1309fc718a84f9be69fed395e647d7 100644
|
| --- a/chrome/browser/io_thread_unittest.cc
|
| +++ b/chrome/browser/io_thread_unittest.cc
|
| @@ -8,9 +8,6 @@
|
| #include "base/command_line.h"
|
| #include "base/macros.h"
|
| #include "base/metrics/field_trial.h"
|
| -#include "base/prefs/pref_registry_simple.h"
|
| -#include "base/prefs/pref_service.h"
|
| -#include "base/prefs/testing_pref_service.h"
|
| #include "base/run_loop.h"
|
| #include "base/test/mock_entropy_provider.h"
|
| #include "build/build_config.h"
|
| @@ -19,6 +16,9 @@
|
| #include "chrome/common/pref_names.h"
|
| #include "components/data_reduction_proxy/core/common/data_reduction_proxy_params.h"
|
| #include "components/policy/core/common/mock_policy_service.h"
|
| +#include "components/prefs/pref_registry_simple.h"
|
| +#include "components/prefs/pref_service.h"
|
| +#include "components/prefs/testing_pref_service.h"
|
| #include "components/proxy_config/pref_proxy_config_tracker_impl.h"
|
| #include "components/proxy_config/proxy_config_pref_names.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|