| Index: sync/engine/all_status.cc
|
| diff --git a/sync/engine/all_status.cc b/sync/engine/all_status.cc
|
| index ffa831103e4296aca7a52cbe55bcfadc95f1817a..3df6c29ff172715cedcac956e124453f20226728 100644
|
| --- a/sync/engine/all_status.cc
|
| +++ b/sync/engine/all_status.cc
|
| @@ -139,7 +139,7 @@ void AllStatus::SetEncryptedTypes(ModelTypeSet types) {
|
| status_.encrypted_types = types;
|
| }
|
|
|
| -void AllStatus::SetThrottledTypes(const ModelTypeSet& types) {
|
| +void AllStatus::SetThrottledTypes(ModelTypeSet types) {
|
| ScopedStatusLock lock(this);
|
| status_.throttled_types = types;
|
| }
|
|
|