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

Unified Diff: components/sync/core_impl/syncapi_internal.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
Index: components/sync/core_impl/syncapi_internal.h
diff --git a/sync/internal_api/syncapi_internal.h b/components/sync/core_impl/syncapi_internal.h
similarity index 86%
rename from sync/internal_api/syncapi_internal.h
rename to components/sync/core_impl/syncapi_internal.h
index acb1631be4989bfc96d9f2648720270a3de876c6..c53467f646f60410df2b59d8a8aa2e8308e2abba 100644
--- a/sync/internal_api/syncapi_internal.h
+++ b/components/sync/core_impl/syncapi_internal.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SYNC_INTERNAL_API_SYNCAPI_INTERNAL_H_
-#define SYNC_INTERNAL_API_SYNCAPI_INTERNAL_H_
+#ifndef COMPONENTS_SYNC_CORE_IMPL_SYNCAPI_INTERNAL_H_
+#define COMPONENTS_SYNC_CORE_IMPL_SYNCAPI_INTERNAL_H_
// The functions defined are shared among some of the classes that implement
// the internal sync API. They are not to be used by clients of the API.
#include <string>
-#include "sync/base/sync_export.h"
+#include "components/sync/base/sync_export.h"
namespace sync_pb {
class AttachmentMetadata;
@@ -43,4 +43,4 @@ bool AreAttachmentMetadataEqual(const sync_pb::AttachmentMetadata& left,
} // namespace syncer
-#endif // SYNC_INTERNAL_API_SYNCAPI_INTERNAL_H_
+#endif // COMPONENTS_SYNC_CORE_IMPL_SYNCAPI_INTERNAL_H_
« no previous file with comments | « components/sync/core_impl/sync_manager_impl_unittest.cc ('k') | components/sync/core_impl/syncapi_internal.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698