| Index: components/sync/engine_impl/syncer_util.cc
|
| diff --git a/components/sync/engine_impl/syncer_util.cc b/components/sync/engine_impl/syncer_util.cc
|
| index d19249091d0c836431fde27084da0e2848660468..b3727ae3c445794cbc7a850890fbb31465195c8a 100644
|
| --- a/components/sync/engine_impl/syncer_util.cc
|
| +++ b/components/sync/engine_impl/syncer_util.cc
|
| @@ -4,12 +4,7 @@
|
|
|
| #include "components/sync/engine_impl/syncer_util.h"
|
|
|
| -#include <stdint.h>
|
| -
|
| #include <algorithm>
|
| -#include <set>
|
| -#include <string>
|
| -#include <vector>
|
|
|
| #include "base/base64.h"
|
| #include "base/location.h"
|
| @@ -23,14 +18,12 @@
|
| #include "components/sync/base/unique_position.h"
|
| #include "components/sync/engine_impl/conflict_resolver.h"
|
| #include "components/sync/engine_impl/syncer_proto_util.h"
|
| -#include "components/sync/engine_impl/syncer_types.h"
|
| #include "components/sync/protocol/bookmark_specifics.pb.h"
|
| #include "components/sync/protocol/password_specifics.pb.h"
|
| #include "components/sync/protocol/sync.pb.h"
|
| #include "components/sync/syncable/directory.h"
|
| #include "components/sync/syncable/entry.h"
|
| #include "components/sync/syncable/model_neutral_mutable_entry.h"
|
| -#include "components/sync/syncable/mutable_entry.h"
|
| #include "components/sync/syncable/syncable_changes_version.h"
|
| #include "components/sync/syncable/syncable_model_neutral_write_transaction.h"
|
| #include "components/sync/syncable/syncable_proto_util.h"
|
|
|