| 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 0d6b5afb279d7badb2539e8049401159a30351ca..6ac0c9ccd022a3e2876147782fddb7f7fdda44db 100644
|
| --- a/components/autofill/core/browser/test_autofill_driver.h
|
| +++ b/components/autofill/core/browser/test_autofill_driver.h
|
| @@ -48,6 +48,7 @@ class TestAutofillDriver : public AutofillDriver {
|
| void PopupHidden() override;
|
| gfx::RectF TransformBoundingBoxToViewportCoordinates(
|
| const gfx::RectF& bounding_box) override;
|
| + void DidInteractWithCreditCardForm() override;
|
|
|
| // Methods that tests can use to specialize functionality.
|
|
|
|
|