diff options
Diffstat (limited to 'components/sync_driver/sync_prefs_unittest.cc')
-rw-r--r-- | components/sync_driver/sync_prefs_unittest.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/sync_driver/sync_prefs_unittest.cc b/components/sync_driver/sync_prefs_unittest.cc index e25ec61..cdbe2f4 100644 --- a/components/sync_driver/sync_prefs_unittest.cc +++ b/components/sync_driver/sync_prefs_unittest.cc @@ -10,11 +10,11 @@ #include "base/command_line.h" #include "base/message_loop/message_loop.h" -#include "base/prefs/pref_notifier_impl.h" -#include "base/prefs/pref_value_store.h" -#include "base/prefs/testing_pref_service.h" #include "base/time/time.h" #include "components/pref_registry/testing_pref_service_syncable.h" +#include "components/prefs/pref_notifier_impl.h" +#include "components/prefs/pref_value_store.h" +#include "components/prefs/testing_pref_service.h" #include "components/sync_driver/pref_names.h" #include "sync/internal_api/public/base/model_type.h" #include "testing/gmock/include/gmock/gmock.h" |