| Index: sync/engine/all_status.h
|
| diff --git a/sync/engine/all_status.h b/sync/engine/all_status.h
|
| index 89c176988f98a511af6e2cbec34e6ee5d41d51e6..e350f57c1bd59bc4de761cdf34e4459435bdd8b4 100644
|
| --- a/sync/engine/all_status.h
|
| +++ b/sync/engine/all_status.h
|
| @@ -48,7 +48,7 @@ class AllStatus : public SyncEngineEventListener {
|
|
|
| void IncrementNotificationsReceived();
|
|
|
| - void SetThrottledTypes(const ModelTypeSet &types);
|
| + void SetThrottledTypes(ModelTypeSet types);
|
|
|
| void SetEncryptedTypes(ModelTypeSet types);
|
| void SetCryptographerReady(bool ready);
|
|
|