| Index: components/sync/core/test/test_user_share.h
|
| diff --git a/sync/internal_api/public/test/test_user_share.h b/components/sync/core/test/test_user_share.h
|
| similarity index 89%
|
| rename from sync/internal_api/public/test/test_user_share.h
|
| rename to components/sync/core/test/test_user_share.h
|
| index c1694725564e1544cc5bc88aee9e3f8eee6c66c3..bf1c4392bca9c2a175f199ecbbc7910234d7a688 100644
|
| --- a/sync/internal_api/public/test/test_user_share.h
|
| +++ b/components/sync/core/test/test_user_share.h
|
| @@ -27,14 +27,14 @@
|
| // }
|
| //
|
|
|
| -#ifndef SYNC_INTERNAL_API_PUBLIC_TEST_TEST_USER_SHARE_H_
|
| -#define SYNC_INTERNAL_API_PUBLIC_TEST_TEST_USER_SHARE_H_
|
| +#ifndef COMPONENTS_SYNC_CORE_TEST_TEST_USER_SHARE_H_
|
| +#define COMPONENTS_SYNC_CORE_TEST_TEST_USER_SHARE_H_
|
|
|
| #include <stddef.h>
|
|
|
| #include "base/macros.h"
|
| -#include "sync/internal_api/public/base/model_type.h"
|
| -#include "sync/internal_api/public/user_share.h"
|
| +#include "components/sync/base/model_type.h"
|
| +#include "components/sync/core/user_share.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -89,4 +89,4 @@ class TestUserShare {
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_INTERNAL_API_PUBLIC_TEST_TEST_USER_SHARE_H_
|
| +#endif // COMPONENTS_SYNC_CORE_TEST_TEST_USER_SHARE_H_
|
|
|