| 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 a6303f1f8280591f1162111655d296a1ef3eb801..7c9f48dc5fedb083ca5a0e6a4f454a7cd981a6d2 100644
|
| --- a/sync/test/engine/injectable_sync_context_proxy.h
|
| +++ b/sync/test/engine/injectable_sync_context_proxy.h
|
| @@ -6,7 +6,6 @@
|
| #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 {
|
| @@ -25,7 +24,6 @@
|
| 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;
|
|
|