summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/bundle_installer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/bundle_installer.cc')
-rw-r--r--chrome/browser/extensions/bundle_installer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/bundle_installer.cc b/chrome/browser/extensions/bundle_installer.cc
index 88cf239..3b29cd5 100644
--- a/chrome/browser/extensions/bundle_installer.cc
+++ b/chrome/browser/extensions/bundle_installer.cc
@@ -97,7 +97,7 @@ void BundleInstaller::SetAutoApproveForTesting(bool auto_approve) {
BundleInstaller::Item::Item() : state(STATE_PENDING) {}
base::string16 BundleInstaller::Item::GetNameForDisplay() {
- base::string16 name = base::UTF8ToUTF16(localized_name);
+ base::string16 name = UTF8ToUTF16(localized_name);
base::i18n::AdjustStringForLocaleDirection(&name);
return l10n_util::GetStringFUTF16(IDS_EXTENSION_PERMISSION_LINE, name);
}