| 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 decea55998e14bf19fe273db197bd365098b5b22..e85aa022b8eb486c88599356bebdf918d98daa83 100644
|
| --- a/components/sync/engine_impl/loopback_server/persistent_permanent_entity.cc
|
| +++ b/components/sync/engine_impl/loopback_server/persistent_permanent_entity.cc
|
| @@ -4,14 +4,8 @@
|
|
|
| #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;
|
|
|
|
|