| Index: sync/engine/all_status.h
|
| diff --git a/sync/engine/all_status.h b/sync/engine/all_status.h
|
| index 95d95452468a15232d72a7141daf2f5d34697d3f..1fc0801c8204e973b7352b615263097abf12092d 100644
|
| --- a/sync/engine/all_status.h
|
| +++ b/sync/engine/all_status.h
|
| @@ -12,12 +12,13 @@
|
| #include <string>
|
|
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "base/synchronization/lock.h"
|
| +#include "sync/engine/nudge_source.h"
|
| #include "sync/engine/sync_engine_event_listener.h"
|
| #include "sync/engine/syncer_types.h"
|
| #include "sync/internal_api/public/base/model_type.h"
|
| #include "sync/internal_api/public/engine/sync_status.h"
|
| -#include "sync/engine/nudge_source.h"
|
|
|
| namespace syncer {
|
|
|
|
|