| Index: chrome/browser/prefs/proxy_policy_unittest.cc
|
| diff --git a/chrome/browser/prefs/proxy_policy_unittest.cc b/chrome/browser/prefs/proxy_policy_unittest.cc
|
| index 80a08744d016d511a2e29efabf063311f698fe90..3daee075bfd27150a4cbd883e044d06591e2505d 100644
|
| --- a/chrome/browser/prefs/proxy_policy_unittest.cc
|
| +++ b/chrome/browser/prefs/proxy_policy_unittest.cc
|
| @@ -10,8 +10,6 @@
|
| #include "chrome/browser/prefs/browser_prefs.h"
|
| #include "chrome/browser/prefs/pref_service_mock_factory.h"
|
| #include "chrome/browser/prefs/pref_service_syncable.h"
|
| -#include "chrome/browser/prefs/proxy_config_dictionary.h"
|
| -#include "chrome/browser/prefs/proxy_prefs.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "components/policy/core/common/external_data_fetcher.h"
|
| @@ -19,6 +17,8 @@
|
| #include "components/policy/core/common/policy_map.h"
|
| #include "components/policy/core/common/policy_service_impl.h"
|
| #include "components/pref_registry/pref_registry_syncable.h"
|
| +#include "components/proxy_config/proxy_config_dictionary.h"
|
| +#include "components/proxy_config/proxy_prefs.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| #include "policy/policy_constants.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|