| Index: chrome/browser/platform_util_win.cc
|
| ===================================================================
|
| --- chrome/browser/platform_util_win.cc (revision 184354)
|
| +++ chrome/browser/platform_util_win.cc (working copy)
|
| @@ -118,7 +118,7 @@
|
| // is empty. This function tells if it is.
|
| bool ValidateShellCommandForScheme(const std::string& scheme) {
|
| base::win::RegKey key;
|
| - std::wstring registry_path = base::ASCIIToWide(scheme) +
|
| + std::wstring registry_path = ASCIIToWide(scheme) +
|
| L"\\shell\\open\\command";
|
| key.Open(HKEY_CLASSES_ROOT, registry_path.c_str(), KEY_READ);
|
| if (!key.Valid())
|
|
|