| Index: components/nacl/common/nacl_debug_exception_handler_win.h
|
| diff --git a/components/nacl/common/nacl_debug_exception_handler_win.h b/components/nacl/common/nacl_debug_exception_handler_win.h
|
| index 5c49d30206f3e71fbe956a2e9ba74c3941f0b1b9..b117e6eaad859aab5c4f2e7f6beffd3fbd967115 100644
|
| --- a/components/nacl/common/nacl_debug_exception_handler_win.h
|
| +++ b/components/nacl/common/nacl_debug_exception_handler_win.h
|
| @@ -11,7 +11,7 @@
|
| #include "base/process/process.h"
|
|
|
| void NaClStartDebugExceptionHandlerThread(
|
| - base::ProcessHandle nacl_process,
|
| + base::Process nacl_process,
|
| const std::string& startup_info,
|
| const scoped_refptr<base::MessageLoopProxy>& message_loop,
|
| const base::Callback<void(bool)>& on_connected);
|
|
|