diff --git a/shell/common/platform_util_win.cc b/shell/common/platform_util_win.cc index 8ffffa109ec1..46ff9b43b4fb 100644 --- a/shell/common/platform_util_win.cc +++ b/shell/common/platform_util_win.cc @@ -244,7 +244,7 @@ std::string OpenExternalOnWorkerThread( // have been escaped. std::wstring escaped_url = L"\"" + base::UTF8ToWide(net::EscapeExternalHandlerValue(url.spec())) + - std::wstring working_dir = options.working_dir.value(); + std::wstring working_dir = options.working_dir.value(); if (reinterpret_cast( ShellExecuteW(nullptr, L"open", escaped_url.c_str(), nullptr,