| Index: ipc/sync_socket_unittest.cc
|
| diff --git a/ipc/sync_socket_unittest.cc b/ipc/sync_socket_unittest.cc
|
| index 77ae72d39e3373857a44bbcdf4d32dee455cf355..238f2a889b7fd69376a8aa657d89baa88a7731bf 100644
|
| --- a/ipc/sync_socket_unittest.cc
|
| +++ b/ipc/sync_socket_unittest.cc
|
| @@ -184,7 +184,7 @@ TEST_F(SyncSocketTest, SanityTest) {
|
| #if defined(OS_WIN)
|
| // On windows we need to duplicate the handle into the server process.
|
| BOOL retval = DuplicateHandle(GetCurrentProcess(), pair[1].handle(),
|
| - client_process(), &target_handle,
|
| + client_process().Handle(), &target_handle,
|
| 0, FALSE, DUPLICATE_SAME_ACCESS);
|
| EXPECT_TRUE(retval);
|
| // Set up a message to pass the handle to the server.
|
|
|