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