| Index: ash/system/logout_button/logout_confirmation_dialog_view.cc
|
| diff --git a/ash/system/logout_button/logout_confirmation_dialog_view.cc b/ash/system/logout_button/logout_confirmation_dialog_view.cc
|
| index 3b5df9b06ec1374247c2796ecb389ef69a5106a0..aeed2435bf2b7ac9abd7c90def4caed8f274f04e 100644
|
| --- a/ash/system/logout_button/logout_confirmation_dialog_view.cc
|
| +++ b/ash/system/logout_button/logout_confirmation_dialog_view.cc
|
| @@ -37,7 +37,7 @@ LogoutConfirmationDialogView::LogoutConfirmationDialogView(
|
| LogoutButtonTray* owner, Delegate* delegate) : owner_(owner),
|
| delegate_(delegate) {
|
| text_label_ = new views::Label;
|
| - text_label_->set_border(
|
| + text_label_->SetBorder(
|
| views::Border::CreateEmptyBorder(0, kTrayPopupPaddingHorizontal,
|
| 0, kTrayPopupPaddingHorizontal));
|
| text_label_->SetHorizontalAlignment(gfx::ALIGN_LEFT);
|
|
|