| Index: sync/engine/sync_scheduler_unittest.cc
|
| diff --git a/sync/engine/sync_scheduler_unittest.cc b/sync/engine/sync_scheduler_unittest.cc
|
| index c9f68aff8eb951edc391e25557809f46dad188a6..dbf7b4f581e49a459aba11b3fd3b091a3618f37a 100644
|
| --- a/sync/engine/sync_scheduler_unittest.cc
|
| +++ b/sync/engine/sync_scheduler_unittest.cc
|
| @@ -72,7 +72,7 @@ void PumpLoop() {
|
| RunLoop();
|
| }
|
|
|
| -ModelSafeRoutingInfo TypesToRoutingInfo(const ModelTypeSet& types) {
|
| +ModelSafeRoutingInfo TypesToRoutingInfo(ModelTypeSet types) {
|
| ModelSafeRoutingInfo routes;
|
| for (ModelTypeSet::Iterator iter = types.First(); iter.Good(); iter.Inc()) {
|
| routes[iter.Get()] = GROUP_PASSIVE;
|
|
|