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_ |