Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: components/sync/core/test/test_user_share.h

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/sync/core/test/test_internal_components_factory.h ('k') | components/sync/core/user_share.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/sync/core/test/test_internal_components_factory.h ('k') | components/sync/core/user_share.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698