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

Unified Diff: components/sync/engine_impl/worker_entity_tracker.h

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 years, 2 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/worker_entity_tracker.h
diff --git a/components/sync/engine_impl/worker_entity_tracker.h b/components/sync/engine_impl/worker_entity_tracker.h
index fc26c971413414a51fd3d11ab68432492ce6ecc2..61abe9bea9e2df91ab38478b1c375376468b940f 100644
--- a/components/sync/engine_impl/worker_entity_tracker.h
+++ b/components/sync/engine_impl/worker_entity_tracker.h
@@ -15,7 +15,7 @@
#include "components/sync/core/non_blocking_sync_common.h"
#include "components/sync/protocol/sync.pb.h"
-namespace syncer {
+namespace syncer_v2 {
// Manages the pending commit and update state for an entity on the sync
// thread.
@@ -33,7 +33,7 @@ class WorkerEntityTracker {
public:
// Initializes the entity tracker's main fields. Does not initialize state
// related to a pending commit.
- explicit WorkerEntityTracker(const std::string& client_tag_hash);
+ WorkerEntityTracker(const std::string& client_tag_hash);
~WorkerEntityTracker();
@@ -119,6 +119,6 @@ class WorkerEntityTracker {
DISALLOW_COPY_AND_ASSIGN(WorkerEntityTracker);
};
-} // namespace syncer
+} // namespace syncer_v2
#endif // COMPONENTS_SYNC_ENGINE_IMPL_WORKER_ENTITY_TRACKER_H_
« no previous file with comments | « components/sync/engine_impl/syncer_unittest.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