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