Index: chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc |
=================================================================== |
--- chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc (revision 71358) |
+++ chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc (working copy) |
@@ -73,7 +73,7 @@ |
close_button_->SetImage(views::CustomButton::BS_PUSHED, |
rb.GetBitmapNamed(IDR_CLOSE_BAR_P)); |
close_button_->SetAccessibleName( |
- UTF16ToWide(l10n_util::GetStringUTF16(IDS_ACCNAME_CLOSE))); |
+ l10n_util::GetStringUTF16(IDS_ACCNAME_CLOSE)); |
AddChildView(close_button_); |
window_icon_ = new TabIconView(this); |