diff options
Diffstat (limited to 'components/pref_registry/testing_pref_service_syncable.cc')
-rw-r--r-- | components/pref_registry/testing_pref_service_syncable.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/pref_registry/testing_pref_service_syncable.cc b/components/pref_registry/testing_pref_service_syncable.cc index 2260293..7595b2c 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>:: |