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

Unified Diff: components/sync/engine_impl/commit_contribution.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.cc ('k') | components/sync/engine_impl/commit_contribution.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/commit_contribution.h
diff --git a/sync/engine/commit_contribution.h b/components/sync/engine_impl/commit_contribution.h
similarity index 81%
rename from sync/engine/commit_contribution.h
rename to components/sync/engine_impl/commit_contribution.h
index 318995701b3c4532ea4f6f1e2f50c9193534b74f..8163606c8015e8a78419a5a8f2bd8e97d22d164f 100644
--- a/sync/engine/commit_contribution.h
+++ b/components/sync/engine_impl/commit_contribution.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_ENGINE_COMMIT_CONTRIBUTION_H_
-#define SYNC_ENGINE_COMMIT_CONTRIBUTION_H_
+#ifndef COMPONENTS_SYNC_ENGINE_IMPL_COMMIT_CONTRIBUTION_H_
+#define COMPONENTS_SYNC_ENGINE_IMPL_COMMIT_CONTRIBUTION_H_
#include <stddef.h>
-#include "sync/base/sync_export.h"
-#include "sync/internal_api/public/util/syncer_error.h"
-#include "sync/protocol/sync.pb.h"
-#include "sync/sessions/status_controller.h"
+#include "components/sync/base/sync_export.h"
+#include "components/sync/base/syncer_error.h"
+#include "components/sync/protocol/sync.pb.h"
+#include "components/sync/sessions_impl/status_controller.h"
namespace syncer {
@@ -53,4 +53,4 @@ class SYNC_EXPORT CommitContribution {
} // namespace syncer
-#endif // SYNC_ENGINE_COMMIT_CONTRIBUTION_H_
+#endif // COMPONENTS_SYNC_ENGINE_IMPL_COMMIT_CONTRIBUTION_H_
« no previous file with comments | « components/sync/engine_impl/commit.cc ('k') | components/sync/engine_impl/commit_contribution.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698