| Index: chrome/browser/platform_util_win.cc
|
| diff --git a/chrome/browser/platform_util_win.cc b/chrome/browser/platform_util_win.cc
|
| index 4290009d75dc225c468f7a4534d9222d8f2bdac9..f344371d48b9c44f2675574e202dec4a34d553c1 100644
|
| --- a/chrome/browser/platform_util_win.cc
|
| +++ b/chrome/browser/platform_util_win.cc
|
| @@ -118,7 +118,7 @@ void ShowItemInFolderOnFileThread(const base::FilePath& full_path) {
|
| // is empty. This function tells if it is.
|
| bool ValidateShellCommandForScheme(const std::string& scheme) {
|
| base::win::RegKey key;
|
| - std::wstring registry_path = ASCIIToWide(scheme) +
|
| + std::wstring registry_path = base::ASCIIToWide(scheme) +
|
| L"\\shell\\open\\command";
|
| key.Open(HKEY_CLASSES_ROOT, registry_path.c_str(), KEY_READ);
|
| if (!key.Valid())
|
|
|