Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3529)

Unified Diff: chrome/browser/ui/autofill/popup_controller_common_unittest.cc

Issue 342833002: [Password Generation] Update Aura UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Coments Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/autofill/popup_controller_common_unittest.cc
diff --git a/chrome/browser/ui/autofill/popup_controller_common_unittest.cc b/chrome/browser/ui/autofill/popup_controller_common_unittest.cc
index 169bf11292707b9563ef0e61360be94c6d4c033f..576d05561c7f5d313251a0fdc0f6cc1f6af61347 100644
--- a/chrome/browser/ui/autofill/popup_controller_common_unittest.cc
+++ b/chrome/browser/ui/autofill/popup_controller_common_unittest.cc
@@ -74,7 +74,7 @@ TEST_F(PopupControllerBaseTest, GetPopupBoundsTest) {
new TestPopupControllerCommon(element_bounds[i]));
popup_controller->set_display(display);
gfx::Rect actual_popup_bounds =
- popup_controller->GetPopupBounds(desired_height, desired_width);
+ popup_controller->GetPopupBounds(desired_width, desired_height);
EXPECT_EQ(expected_popup_bounds[i].ToString(),
actual_popup_bounds.ToString()) <<

Powered by Google App Engine
This is Rietveld 408576698