Index: chrome/browser/prefs/command_line_pref_store_proxy_unittest.cc |
diff --git a/chrome/browser/prefs/command_line_pref_store_proxy_unittest.cc b/chrome/browser/prefs/command_line_pref_store_proxy_unittest.cc |
index f38358e57f2dd850293dad236c1ae1ed90cb8921..a8d61323b214dd8e2cab6209cdcd5a8ab60c3260 100644 |
--- a/chrome/browser/prefs/command_line_pref_store_proxy_unittest.cc |
+++ b/chrome/browser/prefs/command_line_pref_store_proxy_unittest.cc |
@@ -10,10 +10,10 @@ |
#include "base/command_line.h" |
#include "base/macros.h" |
#include "base/memory/ref_counted.h" |
-#include "base/prefs/pref_registry_simple.h" |
-#include "base/prefs/pref_service.h" |
#include "chrome/browser/prefs/command_line_pref_store.h" |
#include "chrome/common/chrome_switches.h" |
+#include "components/prefs/pref_registry_simple.h" |
+#include "components/prefs/pref_service.h" |
#include "components/proxy_config/pref_proxy_config_tracker_impl.h" |
#include "components/syncable_prefs/pref_service_mock_factory.h" |
#include "net/proxy/proxy_config_service_common_unittest.h" |