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 |