| Index: components/autofill/core/browser/test_autofill_driver.h
|
| diff --git a/components/autofill/core/browser/test_autofill_driver.h b/components/autofill/core/browser/test_autofill_driver.h
|
| index 6282fa5def9a1a01d4d1c70244f89cb977f5d7c0..f358d5536b19d5256385ace0887a46311b717a20 100644
|
| --- a/components/autofill/core/browser/test_autofill_driver.h
|
| +++ b/components/autofill/core/browser/test_autofill_driver.h
|
| @@ -44,6 +44,7 @@ class TestAutofillDriver : public AutofillDriver {
|
| void RendererShouldPreviewFieldWithValue(
|
| const base::string16& value) override;
|
| void PopupHidden() override;
|
| + gfx::RectF TransformBoundingBox(const gfx::RectF& bounding_box) override;
|
|
|
| // Methods that tests can use to specialize functionality.
|
|
|
|
|