| Index: components/sync/syncable/write_transaction_info.cc
|
| diff --git a/components/sync/syncable/write_transaction_info.cc b/components/sync/syncable/write_transaction_info.cc
|
| index a69b54ec9b4e16cd0faf02a9782bf9bdc8a6233d..9a156e865f6e6997a78c2f9d06a404dc8250bf79 100644
|
| --- a/components/sync/syncable/write_transaction_info.cc
|
| +++ b/components/sync/syncable/write_transaction_info.cc
|
| @@ -4,6 +4,9 @@
|
|
|
| #include "components/sync/syncable/write_transaction_info.h"
|
|
|
| +#include <memory>
|
| +#include <utility>
|
| +
|
| #include "base/memory/ptr_util.h"
|
| #include "base/strings/string_number_conversions.h"
|
|
|
|
|