| Index: components/sync_driver/sync_prefs_unittest.cc
|
| diff --git a/components/sync_driver/sync_prefs_unittest.cc b/components/sync_driver/sync_prefs_unittest.cc
|
| index e25ec616102e43c4c4ea003ca85ae1a5a26c563c..cdbe2f4f3453eb32a663299f32a1e635b1325a18 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"
|
|
|