Chromium Code Reviews| Index: chrome/browser/ui/views/tabs/tab_strip.cc |
| =================================================================== |
| --- chrome/browser/ui/views/tabs/tab_strip.cc (revision 71358) |
| +++ chrome/browser/ui/views/tabs/tab_strip.cc (working copy) |
| @@ -150,7 +150,7 @@ |
| } |
| LoadNewTabButtonImage(); |
| newtab_button_->SetAccessibleName( |
| - UTF16ToWide(l10n_util::GetStringUTF16(IDS_ACCNAME_NEWTAB))); |
| + l10n_util::GetStringUTF16(IDS_ACCNAME_NEWTAB)); |
| AddChildView(newtab_button_); |
| } |