| Index: chrome/browser/importer/firefox_importer_unittest_utils_mac.cc
|
| diff --git a/chrome/browser/importer/firefox_importer_unittest_utils_mac.cc b/chrome/browser/importer/firefox_importer_unittest_utils_mac.cc
|
| index f89c29702d6d4933c56964d37d51c07e00e0bcd3..09a29a4dc82ba516436f5d8f21f73226da2267e4 100644
|
| --- a/chrome/browser/importer/firefox_importer_unittest_utils_mac.cc
|
| +++ b/chrome/browser/importer/firefox_importer_unittest_utils_mac.cc
|
| @@ -57,8 +57,7 @@ bool LaunchNSSDecrypterChildProcess(const FilePath& nss_path,
|
| options.environ = &env;
|
| options.fds_to_remap = &fds_to_map;
|
| options.wait = debug_on_start;
|
| - options.process_handle = handle;
|
| - return base::LaunchProcess(cl.argv(), options);
|
| + return base::LaunchProcess(cl.argv(), options, handle);
|
| }
|
|
|
| } // namespace
|
|
|