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

Unified Diff: components/sync/engine_impl/commit_util.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
« no previous file with comments | « components/sync/engine_impl/commit_queue.cc ('k') | components/sync/engine_impl/commit_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/commit_util.h
diff --git a/sync/engine/commit_util.h b/components/sync/engine_impl/commit_util.h
similarity index 83%
rename from sync/engine/commit_util.h
rename to components/sync/engine_impl/commit_util.h
index 29866ba6d9ea81ded350ca96f5b185dbe2896149..acc86a2da3be08b873be94916ebdaf5c8680b2c7 100644
--- a/sync/engine/commit_util.h
+++ b/components/sync/engine_impl/commit_util.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_COMMIT_UTIL_H_
-#define SYNC_ENGINE_COMMIT_UTIL_H_
+#ifndef COMPONENTS_SYNC_ENGINE_IMPL_COMMIT_UTIL_H_
+#define COMPONENTS_SYNC_ENGINE_IMPL_COMMIT_UTIL_H_
#include <stdint.h>
#include <set>
-#include "sync/base/sync_export.h"
-#include "sync/internal_api/public/base/model_type.h"
-#include "sync/protocol/sync.pb.h"
-#include "sync/util/extensions_activity.h"
+#include "components/sync/base/extensions_activity.h"
+#include "components/sync/base/model_type.h"
+#include "components/sync/base/sync_export.h"
+#include "components/sync/protocol/sync.pb.h"
namespace sync_pb {
class CommitMessage;
@@ -65,4 +65,4 @@ sync_pb::CommitResponse::ResponseType ProcessSingleCommitResponse(
} // namespace syncer
-#endif // SYNC_ENGINE_COMMIT_UTIL_H_
+#endif // COMPONENTS_SYNC_ENGINE_IMPL_COMMIT_UTIL_H_
« no previous file with comments | « components/sync/engine_impl/commit_queue.cc ('k') | components/sync/engine_impl/commit_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698