| Index: components/autofill/content/browser/content_autofill_driver.h
|
| diff --git a/components/autofill/content/browser/content_autofill_driver.h b/components/autofill/content/browser/content_autofill_driver.h
|
| index 02b037eaf0be7637b568c74d213a4bdda9579759..e5740f57624e5bcab60fa374a1b245998a5b73d3 100644
|
| --- a/components/autofill/content/browser/content_autofill_driver.h
|
| +++ b/components/autofill/content/browser/content_autofill_driver.h
|
| @@ -68,6 +68,7 @@ class ContentAutofillDriver : public AutofillDriver,
|
| void PopupHidden() override;
|
| gfx::RectF TransformBoundingBoxToViewportCoordinates(
|
| const gfx::RectF& bounding_box) override;
|
| + void DidInteractWithCreditCardForm() override;
|
|
|
| // mojom::AutofillDriver:
|
| void FirstUserGestureObserved() override;
|
|
|