summaryrefslogtreecommitdiffstats
path: root/chrome/browser/shell_integration_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/shell_integration_win.cc')
-rw-r--r--chrome/browser/shell_integration_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/shell_integration_win.cc b/chrome/browser/shell_integration_win.cc
index 860c239..a8e4e5c 100644
--- a/chrome/browser/shell_integration_win.cc
+++ b/chrome/browser/shell_integration_win.cc
@@ -386,7 +386,7 @@ bool ShellIntegration::IsFirefoxDefaultBrowser() {
base::string16 app_cmd;
if (key.Valid() && (key.ReadValue(L"", &app_cmd) == ERROR_SUCCESS) &&
base::string16::npos !=
- base::StringToLowerASCII(app_cmd).find(L"firefox"))
+ base::ToLowerASCII(app_cmd).find(L"firefox"))
ff_default = true;
}
return ff_default;