| Index: components/sync/driver/backend_migrator_unittest.cc
|
| diff --git a/components/sync/driver/backend_migrator_unittest.cc b/components/sync/driver/backend_migrator_unittest.cc
|
| index 43b8c93671193dff8317fbf2bb8f3531a782949d..9ac09ae173e7314c74d30d0fb4e07a139b31d598 100644
|
| --- a/components/sync/driver/backend_migrator_unittest.cc
|
| +++ b/components/sync/driver/backend_migrator_unittest.cc
|
| @@ -10,12 +10,12 @@
|
| #include "base/run_loop.h"
|
| #include "base/tracked_objects.h"
|
| #include "components/sync/base/model_type_test_util.h"
|
| -#include "components/sync/core/test/test_user_share.h"
|
| -#include "components/sync/core/write_transaction.h"
|
| #include "components/sync/driver/data_type_manager_mock.h"
|
| #include "components/sync/driver/fake_sync_service.h"
|
| #include "components/sync/protocol/sync.pb.h"
|
| #include "components/sync/syncable/directory.h"
|
| +#include "components/sync/syncable/test_user_share.h"
|
| +#include "components/sync/syncable/write_transaction.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|