| Index: chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc b/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc
|
| index 88dd2d0097f7692f52e86d2d9835ba756aacfad2..65da88b596ffaab4ddcde2e100f08c58b94f0f35 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc
|
| @@ -74,10 +74,14 @@ class TestAutofillPopupController : public AutofillPopupControllerImpl {
|
| explicit TestAutofillPopupController(
|
| base::WeakPtr<AutofillExternalDelegate> external_delegate,
|
| const gfx::RectF& element_bounds)
|
| - : AutofillPopupControllerImpl(
|
| - external_delegate, NULL, NULL, element_bounds,
|
| - base::i18n::UNKNOWN_DIRECTION),
|
| - test_controller_common_(new TestPopupControllerCommon(element_bounds)) {
|
| + : AutofillPopupControllerImpl(external_delegate,
|
| + NULL,
|
| + NULL,
|
| + element_bounds,
|
| + base::i18n::UNKNOWN_DIRECTION),
|
| + test_controller_common_(
|
| + new TestPopupControllerCommon(element_bounds,
|
| + base::i18n::LEFT_TO_RIGHT)) {
|
| controller_common_.reset(test_controller_common_);
|
| }
|
| ~TestAutofillPopupController() override {}
|
|
|