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

Unified Diff: components/sync/engine_impl/get_commit_ids.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/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_
« no previous file with comments | « components/sync/engine_impl/directory_update_handler_unittest.cc ('k') | components/sync/engine_impl/get_commit_ids.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698