Index: chrome/browser/ui/autofill/autofill_popup_controller_impl.cc |
diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc |
index c0cbd53bf3724c2c6b64e1d3a638092994320e6e..ae0a5f29771f936724431102b85990b3476c863d 100644 |
--- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc |
+++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc |
@@ -604,11 +604,11 @@ int AutofillPopupControllerImpl::RowWidthWithoutText(int row) const { |
} |
void AutofillPopupControllerImpl::UpdatePopupBounds() { |
- int popup_required_width = GetDesiredPopupWidth(); |
+ int popup_width = GetDesiredPopupWidth(); |
int popup_height = GetDesiredPopupHeight(); |
- popup_bounds_ = controller_common_->GetPopupBounds(popup_height, |
- popup_required_width); |
+ popup_bounds_ = controller_common_->GetPopupBounds(popup_width, |
+ popup_height); |
} |
#endif // !defined(OS_ANDROID) |