diff options
Diffstat (limited to 'sync/test/engine/mock_update_handler.h')
-rw-r--r-- | sync/test/engine/mock_update_handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/test/engine/mock_update_handler.h b/sync/test/engine/mock_update_handler.h index 0cbeca3..64654ad 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 SyncerError ProcessGetUpdatesResponse( const sync_pb::DataTypeProgressMarker& progress_marker, const sync_pb::DataTypeContext& mutated_context, const SyncEntityList& applicable_updates, |