| 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 d44b3369ad4ae2b5420102a7b75fa99f5f0e306d..bfea20208d1dd0bec25c6be92d09c4a9d30eee59 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(L"client", L"NSSDecrypterChildProcess");
|
| + cl.AppendSwitchWithValue("client", "NSSDecrypterChildProcess");
|
|
|
| FilePath ff_dylib_dir = FilePath::FromWStringHack(nss_path);
|
| // Set env variable needed for FF encryption libs to load.
|
|
|