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..a6303f1f8280591f1162111655d296a1ef3eb801 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& pending_updates, |
const base::WeakPtr<syncer::ModelTypeSyncProxyImpl>& type_sync_proxy) |
OVERRIDE; |
virtual void Disconnect(syncer::ModelType type) OVERRIDE; |