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

Unified Diff: components/sync/engine/cycle/type_debug_info_observer.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
« no previous file with comments | « components/sync/engine/commit_queue.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/cycle/type_debug_info_observer.h
diff --git a/components/sync/engine/cycle/type_debug_info_observer.h b/components/sync/engine/cycle/type_debug_info_observer.h
index 8a63d216a3ee134b721fe8afd49fb60d835a1068..7ee4b3bc3f8e8f80424f7310e497d35c177b8854 100644
--- a/components/sync/engine/cycle/type_debug_info_observer.h
+++ b/components/sync/engine/cycle/type_debug_info_observer.h
@@ -19,11 +19,11 @@ class TypeDebugInfoObserver {
TypeDebugInfoObserver();
virtual ~TypeDebugInfoObserver();
- virtual void OnCommitCountersUpdated(ModelType type,
+ virtual void OnCommitCountersUpdated(syncer::ModelType type,
const CommitCounters& counters) = 0;
- virtual void OnUpdateCountersUpdated(ModelType type,
+ virtual void OnUpdateCountersUpdated(syncer::ModelType type,
const UpdateCounters& counters) = 0;
- virtual void OnStatusCountersUpdated(ModelType type,
+ virtual void OnStatusCountersUpdated(syncer::ModelType type,
const StatusCounters& counters) = 0;
};
« no previous file with comments | « components/sync/engine/commit_queue.cc ('k') | components/sync/engine_impl/commit.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698