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

Unified Diff: components/sync/engine_impl/directory_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/directory_commit_contributor.h
diff --git a/sync/engine/directory_commit_contributor.h b/components/sync/engine_impl/directory_commit_contributor.h
similarity index 77%
rename from sync/engine/directory_commit_contributor.h
rename to components/sync/engine_impl/directory_commit_contributor.h
index c7ea55bcc7e57a7f763deb293d7d30b3a78e78bb..e981729e2f9cf277f70a6ae31c6c27d04d8a02b5 100644
--- a/sync/engine/directory_commit_contributor.h
+++ b/components/sync/engine_impl/directory_commit_contributor.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SYNC_ENGINE_DIRECTORY_COMMIT_CONTRIBUTOR_H_
-#define SYNC_ENGINE_DIRECTORY_COMMIT_CONTRIBUTOR_H_
+#ifndef COMPONENTS_SYNC_ENGINE_IMPL_DIRECTORY_COMMIT_CONTRIBUTOR_H_
+#define COMPONENTS_SYNC_ENGINE_IMPL_DIRECTORY_COMMIT_CONTRIBUTOR_H_
#include <stddef.h>
@@ -11,9 +11,9 @@
#include <memory>
#include "base/macros.h"
-#include "sync/engine/commit_contributor.h"
-#include "sync/engine/directory_commit_contribution.h"
-#include "sync/internal_api/public/base/model_type.h"
+#include "components/sync/base/model_type.h"
+#include "components/sync/engine_impl/commit_contributor.h"
+#include "components/sync/engine_impl/directory_commit_contribution.h"
namespace syncer {
@@ -51,4 +51,4 @@ class DirectoryCommitContributor : public CommitContributor {
} // namespace syncer
-#endif // SYNC_ENGINE_DIRECTORY_COMMIT_CONTRIBUTOR_H_
+#endif // COMPONENTS_SYNC_ENGINE_IMPL_DIRECTORY_COMMIT_CONTRIBUTOR_H_

Powered by Google App Engine
This is Rietveld 408576698