| Index: sync/sessions/status_controller.cc
|
| diff --git a/sync/sessions/status_controller.cc b/sync/sessions/status_controller.cc
|
| index 7ca043ea22c59fa8d2b07b34a839636980df26b8..64fbb856bb170f0b6f22f61960de754b6fc0ce12 100644
|
| --- a/sync/sessions/status_controller.cc
|
| +++ b/sync/sessions/status_controller.cc
|
| @@ -13,9 +13,6 @@
|
| namespace syncer {
|
| namespace sessions {
|
|
|
| -using syncable::FIRST_REAL_MODEL_TYPE;
|
| -using syncable::MODEL_TYPE_COUNT;
|
| -
|
| StatusController::StatusController(const ModelSafeRoutingInfo& routes)
|
| : per_model_group_deleter_(&per_model_group_),
|
| group_restriction_in_effect_(false),
|
| @@ -98,7 +95,7 @@ void StatusController::increment_num_updates_downloaded_by(int value) {
|
| }
|
|
|
| void StatusController::set_types_needing_local_migration(
|
| - syncable::ModelTypeSet types) {
|
| + syncer::ModelTypeSet types) {
|
| model_neutral_.types_needing_local_migration = types;
|
| }
|
|
|
|
|