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

Unified Diff: components/sync/engine_impl/commit_contributor.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/commit_contributor.h
diff --git a/sync/engine/commit_contributor.h b/components/sync/engine_impl/commit_contributor.h
similarity index 79%
rename from sync/engine/commit_contributor.h
rename to components/sync/engine_impl/commit_contributor.h
index 4b5b0cce038f44071f786ce86e62de16d7856aee..71de0695b34b95a7e5b61bf75cc15ad2a6bcf9cb 100644
--- a/sync/engine/commit_contributor.h
+++ b/components/sync/engine_impl/commit_contributor.h
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SYNC_ENGINE_COMMIT_CONTRIBUTOR_H_
-#define SYNC_ENGINE_COMMIT_CONTRIBUTOR_H_
+#ifndef COMPONENTS_SYNC_ENGINE_IMPL_COMMIT_CONTRIBUTOR_H_
+#define COMPONENTS_SYNC_ENGINE_IMPL_COMMIT_CONTRIBUTOR_H_
#include <cstddef>
#include <memory>
-#include "sync/base/sync_export.h"
+#include "components/sync/base/sync_export.h"
namespace syncer {
@@ -36,4 +36,4 @@ class SYNC_EXPORT CommitContributor {
} // namespace syncer
-#endif // SYNC_ENGINE_COMMIT_CONTRIBUTOR_H_
+#endif // COMPONENTS_SYNC_ENGINE_IMPL_COMMIT_CONTRIBUTOR_H_
« no previous file with comments | « components/sync/engine_impl/commit_contribution.cc ('k') | components/sync/engine_impl/commit_contributor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698