| Index: sync/engine/non_blocking_type_processor_interface.h
|
| diff --git a/sync/engine/non_blocking_type_processor_interface.h b/sync/engine/non_blocking_type_processor_interface.h
|
| index ccc504bd204c24c34ba47c93e18a2916f93b992d..bafd141a5637eaa89fc966c920134ee0dc815105 100644
|
| --- a/sync/engine/non_blocking_type_processor_interface.h
|
| +++ b/sync/engine/non_blocking_type_processor_interface.h
|
| @@ -6,10 +6,7 @@
|
| #define SYNC_ENGINE_NON_BLOCKING_TYPE_PROCESSOR_INTERFACE_H_
|
|
|
| #include "sync/base/sync_export.h"
|
| -
|
| -struct CommitResponseDataList;
|
| -struct DataTypeState;
|
| -struct UpdateResponseDataList;
|
| +#include "sync/engine/non_blocking_sync_common.h"
|
|
|
| namespace syncer {
|
|
|
|
|