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

Unified Diff: components/sync/engine_impl/worker_entity_tracker.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/update_handler.cc ('k') | components/sync/engine_impl/worker_entity_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/worker_entity_tracker.h
diff --git a/sync/engine/worker_entity_tracker.h b/components/sync/engine_impl/worker_entity_tracker.h
similarity index 93%
rename from sync/engine/worker_entity_tracker.h
rename to components/sync/engine_impl/worker_entity_tracker.h
index 3979bac50114225c33fe7ae630dd72f24e43a600..d8d2f5aeb7b4a3f00239244846df1dfcdd18a7b1 100644
--- a/sync/engine/worker_entity_tracker.h
+++ b/components/sync/engine_impl/worker_entity_tracker.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_WORKER_ENTITY_TRACKER_H_
-#define SYNC_ENGINE_WORKER_ENTITY_TRACKER_H_
+#ifndef COMPONENTS_SYNC_ENGINE_IMPL_WORKER_ENTITY_TRACKER_H_
+#define COMPONENTS_SYNC_ENGINE_IMPL_WORKER_ENTITY_TRACKER_H_
#include <stdint.h>
@@ -12,8 +12,8 @@
#include "base/macros.h"
#include "base/time/time.h"
-#include "sync/base/sync_export.h"
-#include "sync/protocol/sync.pb.h"
+#include "components/sync/base/sync_export.h"
+#include "components/sync/protocol/sync.pb.h"
namespace syncer_v2 {
struct CommitRequestData;
@@ -122,4 +122,4 @@ class SYNC_EXPORT WorkerEntityTracker {
} // namespace syncer_v2
-#endif // SYNC_ENGINE_WORKER_ENTITY_TRACKER_H_
+#endif // COMPONENTS_SYNC_ENGINE_IMPL_WORKER_ENTITY_TRACKER_H_
« no previous file with comments | « components/sync/engine_impl/update_handler.cc ('k') | components/sync/engine_impl/worker_entity_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698