| 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 03dddc76453190e2cb25cbcfb92093a10d9bef92..c20940f4558b2e25f421bdf6ae7fd3c95464b5c0 100644
|
| --- a/chrome/browser/importer/firefox_importer_unittest_utils_mac.cc
|
| +++ b/chrome/browser/importer/firefox_importer_unittest_utils_mac.cc
|
| @@ -34,7 +34,7 @@ const char kTestChannelID[] = "T1";
|
| bool LaunchNSSDecrypterChildProcess(const std::wstring& nss_path,
|
| const IPC::Channel& channel, base::ProcessHandle* handle) {
|
| CommandLine cl(*CommandLine::ForCurrentProcess());
|
| - cl.AppendSwitchWithValue("client", "NSSDecrypterChildProcess");
|
| + cl.AppendSwitchASCII("client", "NSSDecrypterChildProcess");
|
|
|
| FilePath ff_dylib_dir = FilePath::FromWStringHack(nss_path);
|
| // Set env variable needed for FF encryption libs to load.
|
|
|