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_impl/cycle/directory_type_debug_info_emitter.h

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Rebase. Created 4 years, 3 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.h
diff --git a/components/sync/engine_impl/cycle/directory_type_debug_info_emitter.h b/components/sync/engine_impl/cycle/directory_type_debug_info_emitter.h
index 5fc8ae897a6e4f2f33705cad03499d9877dac021..8334abec8101a2d1c2c9ec977de0eb2087b85122 100644
--- a/components/sync/engine_impl/cycle/directory_type_debug_info_emitter.h
+++ b/components/sync/engine_impl/cycle/directory_type_debug_info_emitter.h
@@ -42,7 +42,7 @@ class DirectoryTypeDebugInfoEmitter {
// object.
DirectoryTypeDebugInfoEmitter(
syncable::Directory* directory,
- syncer::ModelType type,
+ ModelType type,
base::ObserverList<TypeDebugInfoObserver>* observers);
// A simple constructor for tests. Should not be used in real code.
« no previous file with comments | « components/sync/engine_impl/commit_util.cc ('k') | components/sync/engine_impl/cycle/directory_type_debug_info_emitter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698