Index: chrome/browser/ui/autofill/test_popup_controller_common.h |
diff --git a/chrome/browser/ui/autofill/test_popup_controller_common.h b/chrome/browser/ui/autofill/test_popup_controller_common.h |
index 2bd298226e5db60adc1674e467c89cdd4e6bbe24..dc4f26657a90beb2e2b12babb0e02a638d215f80 100644 |
--- a/chrome/browser/ui/autofill/test_popup_controller_common.h |
+++ b/chrome/browser/ui/autofill/test_popup_controller_common.h |
@@ -13,7 +13,8 @@ namespace autofill { |
class TestPopupControllerCommon : public PopupControllerCommon { |
public: |
- explicit TestPopupControllerCommon(const gfx::RectF& element_bounds); |
+ TestPopupControllerCommon(const gfx::RectF& element_bounds, |
+ base::i18n::TextDirection direction); |
~TestPopupControllerCommon() override; |
void set_display(const gfx::Display& display) { display_ = display; } |