| Index: components/sync/test/fake_server/permanent_entity.cc
|
| diff --git a/components/sync/test/fake_server/permanent_entity.cc b/components/sync/test/fake_server/permanent_entity.cc
|
| index 23cccf3fef99bfd1646920bc3f07126ae9f665dd..74d10c8d08218392f47a8b760f7662ffc27c189e 100644
|
| --- a/components/sync/test/fake_server/permanent_entity.cc
|
| +++ b/components/sync/test/fake_server/permanent_entity.cc
|
| @@ -4,13 +4,8 @@
|
|
|
| #include "components/sync/test/fake_server/permanent_entity.h"
|
|
|
| -#include <string>
|
| -
|
| #include "base/logging.h"
|
| #include "base/memory/ptr_util.h"
|
| -#include "components/sync/base/model_type.h"
|
| -#include "components/sync/protocol/sync.pb.h"
|
| -#include "components/sync/test/fake_server/fake_server_entity.h"
|
|
|
| using std::string;
|
|
|
|
|