Index: chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc |
diff --git a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc |
index ee7f704faa831f1cc34002fe34addce35f8a3746..1f4ae7a37cb6bf2c712ee320188b4287d9b1d29f 100644 |
--- a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc |
+++ b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc |
@@ -156,7 +156,7 @@ void PasswordGenerationPopupControllerImpl::PasswordAccepted() { |
int PasswordGenerationPopupControllerImpl::GetMinimumWidth() { |
// Minimum width in pixels. |
- const int minimum_width = 360; |
+ const int minimum_width = 350; |
// If the width of the field is longer than the minimum, use that instead. |
return std::max(minimum_width, |