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 3b74d6f585cf27a9ac4dbafdff22caf36d98f9c0..4dfb76e6c543d743742bc14dbc3bd7ea23aae8a4 100644 |
--- a/chrome/common/importer/firefox_importer_utils.cc |
+++ b/chrome/common/importer/firefox_importer_utils.cc |
@@ -319,7 +319,7 @@ base::string16 GetFirefoxImporterName(const base::FilePath& app_path) { |
} |
} |
- base::StringToLowerASCII(&branding_name); |
+ branding_name = base::ToLowerASCII(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); |