| Index: chrome/browser/prefs/profile_pref_store_manager_unittest.cc
|
| diff --git a/chrome/browser/prefs/profile_pref_store_manager_unittest.cc b/chrome/browser/prefs/profile_pref_store_manager_unittest.cc
|
| index 843c22cd5f9a9740e6190128302dc2e7047dfb34..0d83b65d3ac397adfdd9a250987c640ff6a7402c 100644
|
| --- a/chrome/browser/prefs/profile_pref_store_manager_unittest.cc
|
| +++ b/chrome/browser/prefs/profile_pref_store_manager_unittest.cc
|
| @@ -15,16 +15,16 @@
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "base/prefs/json_pref_store.h"
|
| -#include "base/prefs/persistent_pref_store.h"
|
| -#include "base/prefs/pref_service.h"
|
| -#include "base/prefs/pref_service_factory.h"
|
| -#include "base/prefs/pref_store.h"
|
| -#include "base/prefs/testing_pref_service.h"
|
| #include "base/run_loop.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/values.h"
|
| #include "components/pref_registry/pref_registry_syncable.h"
|
| +#include "components/prefs/json_pref_store.h"
|
| +#include "components/prefs/persistent_pref_store.h"
|
| +#include "components/prefs/pref_service.h"
|
| +#include "components/prefs/pref_service_factory.h"
|
| +#include "components/prefs/pref_store.h"
|
| +#include "components/prefs/testing_pref_service.h"
|
| #include "components/user_prefs/tracked/mock_validation_delegate.h"
|
| #include "components/user_prefs/tracked/pref_hash_filter.h"
|
| #include "components/user_prefs/tracked/pref_names.h"
|
|
|