| Index: ui/app_list/views/folder_header_view.cc
|
| diff --git a/ui/app_list/views/folder_header_view.cc b/ui/app_list/views/folder_header_view.cc
|
| index bbdd17f1d66eb68959b0ea097da3beb9549e8eaf..302514d76d1becadd277a6809b3b7ba24c6d7cfd 100644
|
| --- a/ui/app_list/views/folder_header_view.cc
|
| +++ b/ui/app_list/views/folder_header_view.cc
|
| @@ -68,12 +68,11 @@
|
| views::ImageButton::ALIGN_MIDDLE);
|
| AddChildView(back_button_);
|
|
|
| - folder_name_view_->SetFontList(
|
| - rb.GetFontList(ui::ResourceBundle::MediumFont));
|
| + folder_name_view_->SetFont(rb.GetFont(ui::ResourceBundle::MediumFont));
|
| folder_name_view_->set_placeholder_text_color(kHintTextColor);
|
| folder_name_view_->set_placeholder_text(
|
| rb.GetLocalizedString(IDS_APP_LIST_FOLDER_NAME_PLACEHOLDER));
|
| - folder_name_view_->set_border(NULL);
|
| + folder_name_view_->RemoveBorder();
|
| folder_name_view_->SetBackgroundColor(kContentsBackgroundColor);
|
| folder_name_view_->SetController(this);
|
| AddChildView(folder_name_view_);
|
|
|