| Index: sync/engine/cleanup_disabled_types_command.cc
|
| diff --git a/sync/engine/cleanup_disabled_types_command.cc b/sync/engine/cleanup_disabled_types_command.cc
|
| index cc781684c1e41135d2296c66e63ff1f61558656f..d7dc7a69075f4e4804c58bd5d3d159f142212a50 100644
|
| --- a/sync/engine/cleanup_disabled_types_command.cc
|
| +++ b/sync/engine/cleanup_disabled_types_command.cc
|
| @@ -18,8 +18,6 @@ CleanupDisabledTypesCommand::~CleanupDisabledTypesCommand() {}
|
|
|
| SyncerError CleanupDisabledTypesCommand::ExecuteImpl(
|
| sessions::SyncSession* session) {
|
| - using syncer::ModelTypeSet;
|
| - using syncer::ModelTypeSetToString;
|
| // Because a full directory purge is slow, we avoid purging
|
| // undesired types unless we have reason to believe they were
|
| // previously enabled. Because purging could theoretically fail on
|
|
|