| Index: components/pref_registry/testing_pref_service_syncable.cc
|
| diff --git a/components/pref_registry/testing_pref_service_syncable.cc b/components/pref_registry/testing_pref_service_syncable.cc
|
| index 22602936c69ce8a870778d12fa2d02ad032c1efa..7595b2c8b8aa6fb9ff199fba04b64032ff92aaae 100644
|
| --- a/components/pref_registry/testing_pref_service_syncable.cc
|
| +++ b/components/pref_registry/testing_pref_service_syncable.cc
|
| @@ -5,9 +5,9 @@
|
| #include "components/pref_registry/testing_pref_service_syncable.h"
|
|
|
| #include "base/bind.h"
|
| -#include "base/prefs/pref_notifier_impl.h"
|
| -#include "base/prefs/pref_value_store.h"
|
| #include "components/pref_registry/pref_registry_syncable.h"
|
| +#include "components/prefs/pref_notifier_impl.h"
|
| +#include "components/prefs/pref_value_store.h"
|
|
|
| template <>
|
| TestingPrefServiceBase<PrefService, user_prefs::PrefRegistrySyncable>::
|
|
|