| Index: components/sync/engine_impl/commit.cc
|
| diff --git a/components/sync/engine_impl/commit.cc b/components/sync/engine_impl/commit.cc
|
| index fa9a9100d23fb5a4aa76f3173e7a9bd0fa2069b9..abb8fc1b1c063969d0a9e732e098024b0bd4dc78 100644
|
| --- a/components/sync/engine_impl/commit.cc
|
| +++ b/components/sync/engine_impl/commit.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "components/sync/engine_impl/commit.h"
|
|
|
| +#include <utility>
|
| +
|
| #include "base/metrics/sparse_histogram.h"
|
| #include "base/trace_event/trace_event.h"
|
| #include "components/sync/base/data_type_histogram.h"
|
|
|