| Index: components/sync/engine_impl/worker_entity_tracker_unittest.cc
|
| diff --git a/components/sync/engine_impl/worker_entity_tracker_unittest.cc b/components/sync/engine_impl/worker_entity_tracker_unittest.cc
|
| index cbe91d3f35295de0c2cf542f37a49c20f7ea3db6..f9e5606a666885bc56ac517b45b87f9a1417f62d 100644
|
| --- a/components/sync/engine_impl/worker_entity_tracker_unittest.cc
|
| +++ b/components/sync/engine_impl/worker_entity_tracker_unittest.cc
|
| @@ -5,14 +5,8 @@
|
|
|
| #include "components/sync/engine_impl/worker_entity_tracker.h"
|
|
|
| -#include <stdint.h>
|
| -
|
| -#include <memory>
|
| -
|
| -#include "base/time/time.h"
|
| #include "components/sync/base/model_type.h"
|
| #include "components/sync/base/time.h"
|
| -#include "components/sync/core/non_blocking_sync_common.h"
|
| #include "components/sync/syncable/syncable_util.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|