| Index: sync/sessions/status_controller.cc
|
| diff --git a/sync/sessions/status_controller.cc b/sync/sessions/status_controller.cc
|
| index 92bef9f4f0616bc31290cddd065d5d609ec40e0e..3694fe43022c31f831c42efa4143dafd4b678b52 100644
|
| --- a/sync/sessions/status_controller.cc
|
| +++ b/sync/sessions/status_controller.cc
|
| @@ -94,8 +94,7 @@ void StatusController::increment_num_updates_downloaded_by(int value) {
|
| model_neutral_.num_updates_downloaded_total += value;
|
| }
|
|
|
| -void StatusController::set_types_needing_local_migration(
|
| - syncer::ModelTypeSet types) {
|
| +void StatusController::set_types_needing_local_migration(ModelTypeSet types) {
|
| model_neutral_.types_needing_local_migration = types;
|
| }
|
|
|
|
|