| Index: ash/common/system/chromeos/session/logout_confirmation_dialog.cc
|
| diff --git a/ash/common/system/chromeos/session/logout_confirmation_dialog.cc b/ash/common/system/chromeos/session/logout_confirmation_dialog.cc
|
| index fec2d585307a531b841e9ecb087f8edd52b1840a..bdd5cbe567262180290edfd5388472615b62c532 100644
|
| --- a/ash/common/system/chromeos/session/logout_confirmation_dialog.cc
|
| +++ b/ash/common/system/chromeos/session/logout_confirmation_dialog.cc
|
| @@ -39,8 +39,8 @@ LogoutConfirmationDialog::LogoutConfirmationDialog(
|
| SetLayoutManager(new views::FillLayout());
|
|
|
| label_ = new views::Label;
|
| - label_->SetBorder(views::Border::CreateEmptyBorder(
|
| - 0, kTrayPopupPaddingHorizontal, 0, kTrayPopupPaddingHorizontal));
|
| + label_->SetBorder(views::CreateEmptyBorder(0, kTrayPopupPaddingHorizontal, 0,
|
| + kTrayPopupPaddingHorizontal));
|
| label_->SetHorizontalAlignment(gfx::ALIGN_LEFT);
|
| label_->SetMultiLine(true);
|
| AddChildView(label_);
|
|
|