| Index: sync/test/engine/mock_update_handler.h
|
| diff --git a/sync/test/engine/mock_update_handler.h b/sync/test/engine/mock_update_handler.h
|
| index 0cbeca3847a525b3621c43b4a57b1da6ce3ab9e8..d9d4e2a1c95ac587e45bcb70f0a8b996e9af2873 100644
|
| --- a/sync/test/engine/mock_update_handler.h
|
| +++ b/sync/test/engine/mock_update_handler.h
|
| @@ -22,7 +22,7 @@ class MockUpdateHandler : public UpdateHandler {
|
| sync_pb::DataTypeProgressMarker* progress_marker) const OVERRIDE;
|
| virtual void GetDataTypeContext(sync_pb::DataTypeContext* context) const
|
| OVERRIDE;
|
| - virtual void ProcessGetUpdatesResponse(
|
| + virtual bool ProcessGetUpdatesResponse(
|
| const sync_pb::DataTypeProgressMarker& progress_marker,
|
| const sync_pb::DataTypeContext& mutated_context,
|
| const SyncEntityList& applicable_updates,
|
|
|