| Index: sync/test/engine/injectable_sync_context_proxy.h
|
| diff --git a/sync/test/engine/injectable_sync_context_proxy.h b/sync/test/engine/injectable_sync_context_proxy.h
|
| index 7c9f48dc5fedb083ca5a0e6a4f454a7cd981a6d2..7b9073f242d2aa88bb75a9c0483525b4a20807ff 100644
|
| --- a/sync/test/engine/injectable_sync_context_proxy.h
|
| +++ b/sync/test/engine/injectable_sync_context_proxy.h
|
| @@ -6,6 +6,7 @@
|
| #define SYNC_TEST_ENGINE_INJECTABLE_SYNC_CONTEXT_PROXY_H_
|
|
|
| #include "sync/internal_api/public/base/model_type.h"
|
| +#include "sync/internal_api/public/non_blocking_sync_common.h"
|
| #include "sync/internal_api/public/sync_context_proxy.h"
|
|
|
| namespace syncer {
|
| @@ -24,6 +25,7 @@ class InjectableSyncContextProxy : public syncer::SyncContextProxy {
|
| virtual void ConnectTypeToSync(
|
| syncer::ModelType type,
|
| const DataTypeState& data_type_state,
|
| + const UpdateResponseDataList& inapplicable_updates,
|
| const base::WeakPtr<syncer::ModelTypeSyncProxyImpl>& type_sync_proxy)
|
| OVERRIDE;
|
| virtual void Disconnect(syncer::ModelType type) OVERRIDE;
|
|
|