| Index: components/sync/engine_impl/loopback_server/persistent_permanent_entity.cc
|
| diff --git a/components/sync/engine_impl/loopback_server/persistent_permanent_entity.cc b/components/sync/engine_impl/loopback_server/persistent_permanent_entity.cc
|
| index e85aa022b8eb486c88599356bebdf918d98daa83..decea55998e14bf19fe273db197bd365098b5b22 100644
|
| --- a/components/sync/engine_impl/loopback_server/persistent_permanent_entity.cc
|
| +++ b/components/sync/engine_impl/loopback_server/persistent_permanent_entity.cc
|
| @@ -4,8 +4,14 @@
|
|
|
| #include "components/sync/engine_impl/loopback_server/persistent_permanent_entity.h"
|
|
|
| +#include <memory>
|
| +#include <string>
|
| +
|
| #include "base/logging.h"
|
| #include "base/memory/ptr_util.h"
|
| +#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;
|
|
|
|
|