| Index: sandbox/win/tests/common/controller.h
|
| diff --git a/sandbox/win/tests/common/controller.h b/sandbox/win/tests/common/controller.h
|
| index 03bfa307d232c129056fbbae09a400fb3da21e85..a6498ed12e2a796d440ba1f5252d0b246094c67b 100644
|
| --- a/sandbox/win/tests/common/controller.h
|
| +++ b/sandbox/win/tests/common/controller.h
|
| @@ -119,7 +119,7 @@ class TestRunner {
|
| BrokerServices* broker() { return broker_; }
|
|
|
| // Returns the process handle for an asynchronous test.
|
| - HANDLE process() { return target_process_; }
|
| + HANDLE process() { return target_process_.Get(); }
|
|
|
| // Returns the process ID for an asynchronous test.
|
| DWORD process_id() { return target_process_id_; }
|
|
|