| Index: chrome/browser/ui/views/profile_chooser_view.cc
|
| diff --git a/chrome/browser/ui/views/profile_chooser_view.cc b/chrome/browser/ui/views/profile_chooser_view.cc
|
| index b7c827d756936e1163c8fe20f62339fe0b5279e2..e1afcd54a9efb205ea0339135d12b2439bf12e41 100644
|
| --- a/chrome/browser/ui/views/profile_chooser_view.cc
|
| +++ b/chrome/browser/ui/views/profile_chooser_view.cc
|
| @@ -624,7 +624,7 @@ views::View* ProfileChooserView::CreateCurrentProfileAccountsView(
|
| views::Label* email_label = new views::Label(UTF8ToUTF16(accounts[i]));
|
| email_label->SetElideBehavior(views::Label::ELIDE_AS_EMAIL);
|
| email_label->SetFont(ui::ResourceBundle::GetSharedInstance().GetFont(
|
| - ui::ResourceBundle::SmallFont));
|
| + ui::ResourceBundle::BaseFont));
|
| email_label->SetHorizontalAlignment(gfx::ALIGN_LEFT);
|
|
|
| layout->StartRow(1, 0);
|
|
|