| Index: components/sync/driver/data_type_status_table.h
|
| diff --git a/components/sync/driver/data_type_status_table.h b/components/sync/driver/data_type_status_table.h
|
| index 51de01982d7694aaa3ed2a2a9992142fff0dc271..607f33c635e41dd682271f92acd401ab4ace1f3d 100644
|
| --- a/components/sync/driver/data_type_status_table.h
|
| +++ b/components/sync/driver/data_type_status_table.h
|
| @@ -16,7 +16,7 @@ namespace syncer {
|
| // Class to keep track of data types that have encountered an error during sync.
|
| class DataTypeStatusTable {
|
| public:
|
| - typedef std::map<ModelType, SyncError> TypeErrorMap;
|
| + using TypeErrorMap = std::map<ModelType, SyncError>;
|
|
|
| DataTypeStatusTable();
|
| DataTypeStatusTable(const DataTypeStatusTable& other);
|
|
|