| Index: components/sync_driver/data_type_manager.h
|
| diff --git a/components/sync_driver/data_type_manager.h b/components/sync_driver/data_type_manager.h
|
| index 784217b14be9c294e212e36c11fc7f4f88a2bca2..c7469845393406c96098fcd101fd58ef5558a49d 100644
|
| --- a/components/sync_driver/data_type_manager.h
|
| +++ b/components/sync_driver/data_type_manager.h
|
| @@ -45,6 +45,7 @@ class DataTypeManager {
|
| ConfigureResult();
|
| ConfigureResult(ConfigureStatus status,
|
| syncer::ModelTypeSet requested_types);
|
| + ConfigureResult(const ConfigureResult& other);
|
| ~ConfigureResult();
|
|
|
| ConfigureStatus status;
|
|
|