| Index: components/sync/core_impl/change_reorder_buffer.cc
|
| diff --git a/components/sync/core_impl/change_reorder_buffer.cc b/components/sync/core_impl/change_reorder_buffer.cc
|
| index fc021c4c3b862b82465fa7976a749c296042918b..197b034754a51219b8f9749eca313ace4cbfe31f 100644
|
| --- a/components/sync/core_impl/change_reorder_buffer.cc
|
| +++ b/components/sync/core_impl/change_reorder_buffer.cc
|
| @@ -4,14 +4,11 @@
|
|
|
| #include "components/sync/core_impl/change_reorder_buffer.h"
|
|
|
| -#include <stdint.h>
|
| -
|
| #include <limits>
|
| #include <queue>
|
| #include <set>
|
| #include <utility> // for pair<>
|
|
|
| -#include "base/macros.h"
|
| #include "components/sync/core/base_node.h"
|
| #include "components/sync/core/base_transaction.h"
|
| #include "components/sync/syncable/entry.h"
|
|
|