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

Unified Diff: components/sync/engine_impl/commit.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/clear_server_data.cc ('k') | components/sync/engine_impl/commit.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/commit.h
diff --git a/sync/engine/commit.h b/components/sync/engine_impl/commit.h
similarity index 81%
rename from sync/engine/commit.h
rename to components/sync/engine_impl/commit.h
index f914e2ec5326124ce00055cd6942484cb7a85c10..aec680919d8bdcdfb031dcd80fcaed2d69e42647 100644
--- a/sync/engine/commit.h
+++ b/components/sync/engine_impl/commit.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_COMMIT_H_
-#define SYNC_ENGINE_COMMIT_H_
+#ifndef COMPONENTS_SYNC_ENGINE_IMPL_COMMIT_H_
+#define COMPONENTS_SYNC_ENGINE_IMPL_COMMIT_H_
#include <stddef.h>
@@ -12,14 +12,14 @@
#include <string>
#include "base/macros.h"
-#include "sync/base/sync_export.h"
-#include "sync/engine/commit_contribution.h"
-#include "sync/internal_api/public/base/model_type.h"
-#include "sync/internal_api/public/engine/model_safe_worker.h"
-#include "sync/internal_api/public/util/syncer_error.h"
-#include "sync/protocol/sync.pb.h"
-#include "sync/sessions/nudge_tracker.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/base/syncer_error.h"
+#include "components/sync/engine/model_safe_worker.h"
+#include "components/sync/engine_impl/commit_contribution.h"
+#include "components/sync/protocol/sync.pb.h"
+#include "components/sync/sessions_impl/nudge_tracker.h"
namespace syncer {
@@ -85,4 +85,4 @@ class SYNC_EXPORT Commit {
} // namespace syncer
-#endif // SYNC_ENGINE_COMMIT_H_
+#endif // COMPONENTS_SYNC_ENGINE_IMPL_COMMIT_H_
« no previous file with comments | « components/sync/engine_impl/clear_server_data.cc ('k') | components/sync/engine_impl/commit.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698