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 00aa9a2471fdfbf56dcc06cc0f3033cdf24d2616..f70522404510cd2c3bf99056c587f8f142e6bd45 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 |
@@ -144,12 +144,12 @@ PasswordGenerationPopupViewViews::PasswordGenerationPopupViewViews( |
help_label_->set_background( |
views::Background::CreateSolidBackground( |
kExplanatoryTextBackgroundColor)); |
- help_label_->SetBorder(views::Border::CreateEmptyBorder( |
+ help_label_->SetBorder(views::CreateEmptyBorder( |
PasswordGenerationPopupController::kHelpVerticalPadding - |
- kHelpVerticalOffset, |
+ kHelpVerticalOffset, |
PasswordGenerationPopupController::kHorizontalPadding, |
PasswordGenerationPopupController::kHelpVerticalPadding - |
- kHelpVerticalOffset, |
+ kHelpVerticalOffset, |
PasswordGenerationPopupController::kHorizontalPadding)); |
AddChildView(help_label_); |