| Index: components/sync/engine_impl/syncer_util_unittest.cc
|
| diff --git a/components/sync/engine_impl/syncer_util_unittest.cc b/components/sync/engine_impl/syncer_util_unittest.cc
|
| index 0860268f10c938f8475b0e5b4872a4cebd2444ae..1ceeb1b0c9936b77cf6d55dda44c9662f3944473 100644
|
| --- a/components/sync/engine_impl/syncer_util_unittest.cc
|
| +++ b/components/sync/engine_impl/syncer_util_unittest.cc
|
| @@ -4,15 +4,12 @@
|
|
|
| #include "components/sync/engine_impl/syncer_util.h"
|
|
|
| -#include <stdint.h>
|
| -
|
| #include <memory>
|
|
|
| #include "base/rand_util.h"
|
| #include "components/sync/base/unique_position.h"
|
| #include "components/sync/core/test/test_entry_factory.h"
|
| #include "components/sync/protocol/sync.pb.h"
|
| -#include "components/sync/syncable/mutable_entry.h"
|
| #include "components/sync/syncable/syncable_write_transaction.h"
|
| #include "components/sync/test/engine/test_directory_setter_upper.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|