summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/clear_data_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/views/clear_data_view.cc')
-rw-r--r--chrome/browser/ui/views/clear_data_view.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/ui/views/clear_data_view.cc b/chrome/browser/ui/views/clear_data_view.cc
index 534e6ca..8f127ae 100644
--- a/chrome/browser/ui/views/clear_data_view.cc
+++ b/chrome/browser/ui/views/clear_data_view.cc
@@ -51,9 +51,9 @@ ClearDataView::ClearDataView(Profile* profile)
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;