| Index: chrome/browser/sync/backend_migrator_unittest.cc
|
| diff --git a/chrome/browser/sync/backend_migrator_unittest.cc b/chrome/browser/sync/backend_migrator_unittest.cc
|
| index 05b8dc5bb02e63553c4d1b3ace32f9d563548531..726763eb27ab733f97673cb456abf3c4cb62c04f 100644
|
| --- a/chrome/browser/sync/backend_migrator_unittest.cc
|
| +++ b/chrome/browser/sync/backend_migrator_unittest.cc
|
| @@ -10,8 +10,8 @@
|
| #include "chrome/browser/sync/profile_sync_service_mock.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "sync/internal_api/public/syncable/model_type_test_util.h"
|
| -#include "sync/internal_api/test_user_share.h"
|
| -#include "sync/internal_api/write_transaction.h"
|
| +#include "sync/internal_api/public/test_user_share.h"
|
| +#include "sync/internal_api/public/write_transaction.h"
|
| #include "sync/protocol/sync.pb.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|