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

Unified Diff: components/sync/core/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_user_share.h ('k') | components/sync/core/user_share.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/user_share.h
diff --git a/sync/internal_api/public/user_share.h b/components/sync/core/user_share.h
similarity index 78%
rename from sync/internal_api/public/user_share.h
rename to components/sync/core/user_share.h
index 428797473aa34ed57ea78e6365a4338546f5cb2b..668b30020ba802f10b3bd4586ff1f12e092a234c 100644
--- a/sync/internal_api/public/user_share.h
+++ b/components/sync/core/user_share.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SYNC_INTERNAL_API_PUBLIC_USER_SHARE_H_
-#define SYNC_INTERNAL_API_PUBLIC_USER_SHARE_H_
+#ifndef COMPONENTS_SYNC_CORE_USER_SHARE_H_
+#define COMPONENTS_SYNC_CORE_USER_SHARE_H_
#include <memory>
#include <string>
-#include "sync/base/sync_export.h"
-#include "sync/internal_api/public/sync_manager.h"
+#include "components/sync/base/sync_export.h"
+#include "components/sync/core/sync_manager.h"
namespace syncer {
@@ -36,4 +36,4 @@ struct SYNC_EXPORT UserShare {
} // namespace syncer
-#endif // SYNC_INTERNAL_API_PUBLIC_USER_SHARE_H_
+#endif // COMPONENTS_SYNC_CORE_USER_SHARE_H_
« no previous file with comments | « components/sync/core/test/test_user_share.h ('k') | components/sync/core/user_share.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698