| Index: sync/protocol/sync_protocol_error.h
 | 
| diff --git a/sync/protocol/sync_protocol_error.h b/sync/protocol/sync_protocol_error.h
 | 
| index 47c4f84e25f94cc060472173c802a86c7ed60c48..d65fd24381c6a65a3f7f8dba0b5ea2c386b8bc02 100644
 | 
| --- a/sync/protocol/sync_protocol_error.h
 | 
| +++ b/sync/protocol/sync_protocol_error.h
 | 
| @@ -28,10 +28,6 @@ enum SyncProtocolErrorType {
 | 
|    // Server cannot service the request now.
 | 
|    TRANSIENT_ERROR,
 | 
|  
 | 
| -  // Server does not wish the client to retry any more until the action has
 | 
| -  // been taken.
 | 
| -  NON_RETRIABLE_ERROR,
 | 
| -
 | 
|    // Indicates the datatypes have been migrated and the client should resync
 | 
|    // them to get the latest progress markers.
 | 
|    MIGRATION_DONE,
 | 
| 
 |