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

Unified Diff: components/sync/engine_impl/cycle/directory_type_debug_info_emitter.cc

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/cycle/directory_type_debug_info_emitter.cc
diff --git a/components/sync/engine_impl/cycle/directory_type_debug_info_emitter.cc b/components/sync/engine_impl/cycle/directory_type_debug_info_emitter.cc
index 975fd463755bbe97d447e2cbd17c916210cf8e03..d7b9b1a3064c609aed44e7181497de268c06dd3b 100644
--- a/components/sync/engine_impl/cycle/directory_type_debug_info_emitter.cc
+++ b/components/sync/engine_impl/cycle/directory_type_debug_info_emitter.cc
@@ -17,7 +17,7 @@ namespace syncer {
DirectoryTypeDebugInfoEmitter::DirectoryTypeDebugInfoEmitter(
syncable::Directory* directory,
- ModelType type,
+ syncer::ModelType type,
base::ObserverList<TypeDebugInfoObserver>* observers)
: directory_(directory),
type_(type),

Powered by Google App Engine
This is Rietveld 408576698