Index: chrome/utility/importer/firefox_importer_unittest_utils_mac.cc |
diff --git a/chrome/utility/importer/firefox_importer_unittest_utils_mac.cc b/chrome/utility/importer/firefox_importer_unittest_utils_mac.cc |
index e94d6711cb0f393a4f93d0e80103a13d105f3328..423e4f7597757623139f17eebbf1d5b79245b947 100644 |
--- a/chrome/utility/importer/firefox_importer_unittest_utils_mac.cc |
+++ b/chrome/utility/importer/firefox_importer_unittest_utils_mac.cc |
@@ -159,7 +159,9 @@ bool FFUnitTestDecryptorProxy::Setup(const base::FilePath& nss_path) { |
child_process_ = LaunchNSSDecrypterChildProcess( |
nss_path, channel_pair.PassClientHandle(), token); |
if (child_process_.IsValid()) |
- process.Connect(child_process_.Handle(), channel_pair.PassServerHandle()); |
+ process.Connect( |
+ child_process_.Handle(), |
+ mojo::edk::ConnectionParams(channel_pair.PassServerHandle())); |
return child_process_.IsValid(); |
} |