Index: chrome/browser/prefs/chrome_pref_service_unittest.cc |
diff --git a/chrome/browser/prefs/chrome_pref_service_unittest.cc b/chrome/browser/prefs/chrome_pref_service_unittest.cc |
index 1a0a1ae6b5bc498230214f5e87f2d280820212ca..687e7b45f6ea48302313ce4682815d9008fe6e88 100644 |
--- a/chrome/browser/prefs/chrome_pref_service_unittest.cc |
+++ b/chrome/browser/prefs/chrome_pref_service_unittest.cc |
@@ -7,8 +7,6 @@ |
#include "base/files/scoped_temp_dir.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/path_service.h" |
-#include "base/prefs/pref_registry_simple.h" |
-#include "base/prefs/scoped_user_pref_update.h" |
#include "base/strings/utf_string_conversions.h" |
#include "base/values.h" |
#include "build/build_config.h" |
@@ -22,6 +20,8 @@ |
#include "components/policy/core/browser/configuration_policy_pref_store.h" |
#include "components/policy/core/common/mock_configuration_policy_provider.h" |
#include "components/pref_registry/pref_registry_syncable.h" |
+#include "components/prefs/pref_registry_simple.h" |
+#include "components/prefs/scoped_user_pref_update.h" |
#include "components/syncable_prefs/pref_service_mock_factory.h" |
#include "components/syncable_prefs/testing_pref_service_syncable.h" |
#include "content/public/common/web_preferences.h" |