| Index: sync/engine/sync_scheduler.h
|
| diff --git a/sync/engine/sync_scheduler.h b/sync/engine/sync_scheduler.h
|
| index 702163be491b26888c5e57bcb4c391aa0065f090..d251b98599378ba202ec3babf969037ff5998195 100644
|
| --- a/sync/engine/sync_scheduler.h
|
| +++ b/sync/engine/sync_scheduler.h
|
| @@ -29,7 +29,7 @@ struct ConfigurationParams {
|
| ConfigurationParams();
|
| ConfigurationParams(
|
| const sync_pb::GetUpdatesCallerInfo::GetUpdatesSource& source,
|
| - const ModelTypeSet& types_to_download,
|
| + ModelTypeSet types_to_download,
|
| const ModelSafeRoutingInfo& routing_info,
|
| const base::Closure& ready_task);
|
| ~ConfigurationParams();
|
|
|