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

Unified Diff: ios/chrome/browser/sync/glue/sync_start_util.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: ios/chrome/browser/sync/glue/sync_start_util.h
diff --git a/ios/chrome/browser/sync/glue/sync_start_util.h b/ios/chrome/browser/sync/glue/sync_start_util.h
index db9b05d6467c9137d6fe151dd438cddf293dd757..7ed828e51d2a81b89320be91573c1bd4e938dbbf 100644
--- a/ios/chrome/browser/sync/glue/sync_start_util.h
+++ b/ios/chrome/browser/sync/glue/sync_start_util.h
@@ -17,7 +17,7 @@ namespace ios {
namespace sync_start_util {
// Creates a StartSyncFlare that a SyncableService can use to tell
-// sync_driver::SyncService it needs sync to start ASAP. Typically this would
+// syncer::SyncService it needs sync to start ASAP. Typically this would
// be given to the SyncableService on construction.
//
// The flare built by this function is designed to be Run()able from any thread
« no previous file with comments | « ios/chrome/browser/sync/fake_sync_service_factory.cc ('k') | ios/chrome/browser/sync/glue/sync_start_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698