| Index: components/sync/engine_impl/loopback_server/persistent_tombstone_entity.cc
|
| diff --git a/components/sync/engine_impl/loopback_server/persistent_tombstone_entity.cc b/components/sync/engine_impl/loopback_server/persistent_tombstone_entity.cc
|
| index a32b134c0720f4287ffc6e5407eea9c69851b6b6..0d5b88deeef451aaa54fccb041768796d517d192 100644
|
| --- a/components/sync/engine_impl/loopback_server/persistent_tombstone_entity.cc
|
| +++ b/components/sync/engine_impl/loopback_server/persistent_tombstone_entity.cc
|
| @@ -3,6 +3,13 @@
|
| // found in the LICENSE file.
|
|
|
| #include "components/sync/engine_impl/loopback_server/persistent_tombstone_entity.h"
|
| +
|
| +#include <memory>
|
| +#include <string>
|
| +
|
| +#include "components/sync/base/model_type.h"
|
| +#include "components/sync/engine_impl/loopback_server/loopback_server_entity.h"
|
| +#include "components/sync/protocol/sync.pb.h"
|
|
|
| using std::string;
|
|
|
|
|