| Index: sync/engine/non_blocking_sync_common.h
|
| diff --git a/sync/engine/non_blocking_sync_common.h b/sync/engine/non_blocking_sync_common.h
|
| index d0e0f9d03863c5ba06cca8887454e9d657f6db09..cefccfe2b54bae7ed1e993131a26efa1bdf1bd0f 100644
|
| --- a/sync/engine/non_blocking_sync_common.h
|
| +++ b/sync/engine/non_blocking_sync_common.h
|
| @@ -47,7 +47,7 @@ struct SYNC_EXPORT_PRIVATE DataTypeState {
|
| int64 next_client_id;
|
|
|
| // This flag is set to true when the first download cycle is complete. The
|
| - // NonBlockingTypeProcessor should not attempt to commit any items until this
|
| + // ModelTypeSyncProxy should not attempt to commit any items until this
|
| // flag is set.
|
| bool initial_sync_done;
|
| };
|
|
|