| Index: chrome/browser/ui/views/clear_data_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/clear_data_view.cc (revision 71358)
|
| +++ chrome/browser/ui/views/clear_data_view.cc (working copy)
|
| @@ -52,9 +52,9 @@
|
| void ClearDataView::Init() {
|
| tabs_ = new views::TabbedPane;
|
|
|
| - tabs_->SetAccessibleName(
|
| - UTF16ToWide(l10n_util::GetStringFUTF16(IDS_OPTIONS_DIALOG_TITLE,
|
| - l10n_util::GetStringUTF16(IDS_OPTIONS_DIALOG_TITLE))));
|
| + tabs_->SetAccessibleName(l10n_util::GetStringFUTF16(
|
| + IDS_OPTIONS_DIALOG_TITLE,
|
| + l10n_util::GetStringUTF16(IDS_OPTIONS_DIALOG_TITLE)));
|
| AddChildView(tabs_);
|
|
|
| int tab_index = 0;
|
|
|