Index: chrome/common/importer/firefox_importer_utils.cc |
diff --git a/chrome/common/importer/firefox_importer_utils.cc b/chrome/common/importer/firefox_importer_utils.cc |
index 3cc9b8722b8cf9cabaf8160e4532af45652a6843..691322c9035aad8259772c4d8208df8e29934b27 100644 |
--- a/chrome/common/importer/firefox_importer_utils.cc |
+++ b/chrome/common/importer/firefox_importer_utils.cc |
@@ -322,7 +322,7 @@ base::string16 GetFirefoxImporterName(const base::FilePath& app_path) { |
} |
} |
- StringToLowerASCII(&branding_name); |
+ base::StringToLowerASCII(&branding_name); |
if (branding_name.find("iceweasel") != std::string::npos) |
return l10n_util::GetStringUTF16(IDS_IMPORT_FROM_ICEWEASEL); |
return l10n_util::GetStringUTF16(IDS_IMPORT_FROM_FIREFOX); |