| Index: chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc
|
| diff --git a/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc b/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc
|
| index 609a2b7cb59d1cb9184dfdaebe69fb3b151d1a36..4fbf85b2eb4c9ee3e04048fe0f00e0bc2612d47a 100644
|
| --- a/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc
|
| +++ b/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc
|
| @@ -41,7 +41,7 @@ PasswordGenerationPopupViewViews::PasswordGenerationPopupViewViews(
|
| password_label_->SetHorizontalAlignment(gfx::ALIGN_LEFT);
|
| password_label_->set_clip_insets(gfx::Insets(
|
| kPasswordVerticalInset, 0, kPasswordVerticalInset, 0));
|
| - password_label_->set_border(views::Border::CreateEmptyBorder(
|
| + password_label_->SetBorder(views::Border::CreateEmptyBorder(
|
| 0, controller_->kHorizontalPadding, 0, controller_->kHorizontalPadding));
|
| AddChildView(password_label_);
|
|
|
| @@ -59,7 +59,7 @@ PasswordGenerationPopupViewViews::PasswordGenerationPopupViewViews(
|
| help_label->SetBoundsRect(controller->help_bounds());
|
| help_label->set_background(
|
| views::Background::CreateSolidBackground(kExplanatoryTextBackground));
|
| - help_label->set_border(views::Border::CreateEmptyBorder(
|
| + help_label->SetBorder(views::Border::CreateEmptyBorder(
|
| controller_->kHelpVerticalPadding - kHelpVerticalOffset,
|
| controller_->kHorizontalPadding,
|
| 0,
|
|
|