Chromium Code Reviews| Index: components/autofill/core/browser/test_autofill_driver.cc |
| diff --git a/components/autofill/core/browser/test_autofill_driver.cc b/components/autofill/core/browser/test_autofill_driver.cc |
| index 906b55e11faae05011aff0bf175d6632552acfd6..be3bc7b3fecbb8d0e73cc00dedf31222017b7e8e 100644 |
| --- a/components/autofill/core/browser/test_autofill_driver.cc |
| +++ b/components/autofill/core/browser/test_autofill_driver.cc |
| @@ -77,4 +77,6 @@ gfx::RectF TestAutofillDriver::TransformBoundingBoxToViewportCoordinates( |
| return bounding_box; |
| } |
| +void TestAutofillDriver::DidInteractWithCreditCardForm() {} |
| + |
| } // namespace autofill |