| Index: sync/internal_api/public/non_blocking_sync_common.h
|
| diff --git a/sync/internal_api/public/non_blocking_sync_common.h b/sync/internal_api/public/non_blocking_sync_common.h
|
| index ca55b1a550dabb14d639dbd0e77f2451aea7923b..6e0deefd088ce2f93dc88c215e85435fc9948e45 100644
|
| --- a/sync/internal_api/public/non_blocking_sync_common.h
|
| +++ b/sync/internal_api/public/non_blocking_sync_common.h
|
| @@ -37,7 +37,7 @@ struct SYNC_EXPORT_PRIVATE DataTypeState {
|
| std::string encryption_key_name;
|
|
|
| // This flag is set to true when the first download cycle is complete. The
|
| - // ModelTypeSyncProxy should not attempt to commit any items until this
|
| + // ModelTypeProcessor should not attempt to commit any items until this
|
| // flag is set.
|
| bool initial_sync_done;
|
| };
|
|
|