| Index: components/sync/engine_impl/cycle/nudge_tracker.cc
|
| diff --git a/components/sync/engine_impl/cycle/nudge_tracker.cc b/components/sync/engine_impl/cycle/nudge_tracker.cc
|
| index e8de465ceecc32fb5a407e0af3ad36debb793937..2d3f754f4b5fcb29aedefb5e3d4343c978aef7dd 100644
|
| --- a/components/sync/engine_impl/cycle/nudge_tracker.cc
|
| +++ b/components/sync/engine_impl/cycle/nudge_tracker.cc
|
| @@ -4,13 +4,10 @@
|
|
|
| #include "components/sync/engine_impl/cycle/nudge_tracker.h"
|
|
|
| -#include <stddef.h>
|
| -
|
| #include <utility>
|
|
|
| #include "base/memory/ptr_util.h"
|
| #include "components/sync/engine/polling_constants.h"
|
| -#include "components/sync/protocol/sync.pb.h"
|
|
|
| namespace syncer {
|
|
|
|
|