| Index: chrome/browser/ui/views/first_run_bubble.cc
|
| diff --git a/chrome/browser/ui/views/first_run_bubble.cc b/chrome/browser/ui/views/first_run_bubble.cc
|
| index 14428d5679f302a6bfbcdf1972093a4a249508b5..b391010b6ce66f6cf98bfec8ed2eee9993ad5e2d 100644
|
| --- a/chrome/browser/ui/views/first_run_bubble.cc
|
| +++ b/chrome/browser/ui/views/first_run_bubble.cc
|
| @@ -421,9 +421,9 @@ FirstRunMinimalBubbleView::FirstRunMinimalBubbleView(
|
| const gfx::Font& font =
|
| ResourceBundle::GetSharedInstance().GetFont(ResourceBundle::MediumFont);
|
|
|
| - label1_ = new views::Label(UTF16ToWide(l10n_util::GetStringFUTF16(
|
| + label1_ = new views::Label(l10n_util::GetStringFUTF16(
|
| IDS_FR_SE_BUBBLE_TITLE,
|
| - GetDefaultSearchEngineName(profile_))));
|
| + GetDefaultSearchEngineName(profile_)));
|
| label1_->SetFont(font.DeriveFont(3, gfx::Font::BOLD));
|
| label1_->SetHorizontalAlignment(views::Label::ALIGN_LEFT);
|
| AddChildView(label1_);
|
|
|