| Index: chrome/test/live_sync/live_sync_test.cc
|
| diff --git a/chrome/test/live_sync/live_sync_test.cc b/chrome/test/live_sync/live_sync_test.cc
|
| index 920c89b5aa29304ca12d552118e12faba7981ead..a47d67f394614d4a7725b84a82669f5f1622a406 100644
|
| --- a/chrome/test/live_sync/live_sync_test.cc
|
| +++ b/chrome/test/live_sync/live_sync_test.cc
|
| @@ -410,8 +410,7 @@ bool LiveSyncTest::SetUpLocalTestServer() {
|
| #if defined(OS_WIN)
|
| options.start_hidden = true;
|
| #endif
|
| - options.process_handle = &test_server_handle_;
|
| - if (!base::LaunchProcess(server_cmdline, options))
|
| + if (!base::LaunchProcess(server_cmdline, options, &test_server_handle_))
|
| LOG(ERROR) << "Could not launch local test server.";
|
|
|
| const int kMaxWaitTime = TestTimeouts::live_operation_timeout_ms();
|
|
|