Index: util/win/exception_handler_server_test.cc |
diff --git a/util/win/exception_handler_server_test.cc b/util/win/exception_handler_server_test.cc |
index 0c6a47995875d9cc105b9bec8a0c29a39b1c7226..15314ac6ada98730a27c59929a2a55f2d2404231 100644 |
--- a/util/win/exception_handler_server_test.cc |
+++ b/util/win/exception_handler_server_test.cc |
@@ -62,11 +62,9 @@ class TestDelegate : public ExceptionHandlerServer::Delegate { |
void ExceptionHandlerServerStarted() override { |
SetEvent(server_ready_); |
} |
- unsigned int ExceptionHandlerServerException( |
+ void ExceptionHandlerServerException( |
HANDLE process, |
- WinVMAddress exception_information_address) override { |
- return 0; |
- } |
+ WinVMAddress exception_information_address) override {} |
void WaitForStart() { WaitForSingleObject(server_ready_, INFINITE); } |