| 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 bf2e0a806ea618947a3169d9539290a7e1018eeb..f3bb19aadb4713283049771ecee0be515b2db5fc 100644
|
| --- a/components/sync_driver/data_type_status_table.h
|
| +++ b/components/sync_driver/data_type_status_table.h
|
| @@ -16,7 +16,7 @@ class DataTypeStatusTable {
|
| public:
|
| typedef std::map<syncer::ModelType, syncer::SyncError> TypeErrorMap;
|
|
|
| - DataTypeStatusTable();
|
| + explicit DataTypeStatusTable();
|
| ~DataTypeStatusTable();
|
|
|
| // Copy and assign welcome.
|
|
|