Index: components/sync/engine_impl/get_commit_ids.h |
diff --git a/sync/engine/get_commit_ids.h b/components/sync/engine_impl/get_commit_ids.h |
similarity index 77% |
rename from sync/engine/get_commit_ids.h |
rename to components/sync/engine_impl/get_commit_ids.h |
index 98093419d1140dc2606877db0dfa78ea17d2a578..fa318b3272c111f605c6adff864e0b54859a1c7e 100644 |
--- a/sync/engine/get_commit_ids.h |
+++ b/components/sync/engine_impl/get_commit_ids.h |
@@ -2,17 +2,17 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef SYNC_ENGINE_GET_COMMIT_IDS_H_ |
-#define SYNC_ENGINE_GET_COMMIT_IDS_H_ |
+#ifndef COMPONENTS_SYNC_ENGINE_IMPL_GET_COMMIT_IDS_H_ |
+#define COMPONENTS_SYNC_ENGINE_IMPL_GET_COMMIT_IDS_H_ |
#include <stddef.h> |
#include <stdint.h> |
#include <vector> |
-#include "sync/base/sync_export.h" |
-#include "sync/internal_api/public/base/model_type.h" |
-#include "sync/syncable/directory.h" |
+#include "components/sync/base/model_type.h" |
+#include "components/sync/base/sync_export.h" |
+#include "components/sync/syncable/directory.h" |
using std::vector; |
@@ -38,4 +38,4 @@ SYNC_EXPORT void GetCommitIdsForType(syncable::BaseTransaction* trans, |
} // namespace syncer |
-#endif // SYNC_ENGINE_GET_COMMIT_IDS_H_ |
+#endif // COMPONENTS_SYNC_ENGINE_IMPL_GET_COMMIT_IDS_H_ |