| Index: components/sync/engine_impl/update_handler.h
 | 
| diff --git a/components/sync/engine_impl/update_handler.h b/components/sync/engine_impl/update_handler.h
 | 
| index e9e04bf6ba9fcd524af5d0b4ec5fec0fd2dbd83e..83e4c7ca1aa8cb58d576979062664f22101d0a91 100644
 | 
| --- a/components/sync/engine_impl/update_handler.h
 | 
| +++ b/components/sync/engine_impl/update_handler.h
 | 
| @@ -15,7 +15,7 @@ class DataTypeProgressMarker;
 | 
|  class SyncEntity;
 | 
|  }
 | 
|  
 | 
| -typedef std::vector<const sync_pb::SyncEntity*> SyncEntityList;
 | 
| +using SyncEntityList = std::vector<const sync_pb::SyncEntity*>;
 | 
|  
 | 
|  namespace syncer {
 | 
|  
 | 
| 
 |