| Index: components/sync/core/model_type_store_backend_unittest.cc
|
| diff --git a/components/sync/core/model_type_store_backend_unittest.cc b/components/sync/core/model_type_store_backend_unittest.cc
|
| index f589ea5f979b5eb7ebed085e33fc25dd232f7dba..cdb206f3e128d570cc77e0da530ee5fe7785af2d 100644
|
| --- a/components/sync/core/model_type_store_backend_unittest.cc
|
| +++ b/components/sync/core/model_type_store_backend_unittest.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "components/sync/core/model_type_store_backend.h"
|
|
|
| +#include <utility>
|
| +
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/leveldatabase/src/include/leveldb/env.h"
|
| #include "third_party/leveldatabase/src/include/leveldb/write_batch.h"
|
|
|