Chromium Code Reviews| Index: components/sync/model/recording_model_type_change_processor.cc |
| diff --git a/components/sync/model/recording_model_type_change_processor.cc b/components/sync/model/recording_model_type_change_processor.cc |
| index 13c185047979d6db32cc36d2dfb14e2ab3623d9d..9e2685e4e642588b615cdf192d0fc0064f38833e 100644 |
| --- a/components/sync/model/recording_model_type_change_processor.cc |
| +++ b/components/sync/model/recording_model_type_change_processor.cc |
| @@ -4,6 +4,8 @@ |
| #include "components/sync/model/recording_model_type_change_processor.h" |
| +#include <utility> |
|
Patrick Noland
2017/01/27 20:49:59
is this for lint reasons?
skym
2017/01/27 20:55:56
Yes, std::swap on line 33.
|
| + |
| #include "components/sync/model/fake_model_type_change_processor.h" |
| #include "components/sync/model/metadata_batch.h" |