Index: chrome/browser/ui/autofill/test_popup_controller_common.cc |
diff --git a/chrome/browser/ui/autofill/test_popup_controller_common.cc b/chrome/browser/ui/autofill/test_popup_controller_common.cc |
index 5f83919c07955ca7f6b4213b0762771baa7973e6..fcbe2478033eb8e69c81fcd50f05886c16725f0d 100644 |
--- a/chrome/browser/ui/autofill/test_popup_controller_common.cc |
+++ b/chrome/browser/ui/autofill/test_popup_controller_common.cc |
@@ -7,8 +7,10 @@ |
namespace autofill { |
TestPopupControllerCommon::TestPopupControllerCommon( |
- const gfx::RectF& element_bounds) |
- : PopupControllerCommon(element_bounds, NULL, NULL) {} |
+ const gfx::RectF& element_bounds, |
+ base::i18n::TextDirection direction) |
+ : PopupControllerCommon(element_bounds, direction, NULL, NULL) { |
+} |
TestPopupControllerCommon::~TestPopupControllerCommon() {} |
gfx::Display TestPopupControllerCommon::GetDisplayNearestPoint( |