| Index: components/autofill/core/browser/test_autofill_manager_delegate.cc
|
| diff --git a/components/autofill/core/browser/test_autofill_manager_delegate.cc b/components/autofill/core/browser/test_autofill_manager_delegate.cc
|
| index 829544ff0dc1ce4ae377a24e52c12f65ab8539c0..526610c6e828567ad41a24e6f0e3d554eb1b5129 100644
|
| --- a/components/autofill/core/browser/test_autofill_manager_delegate.cc
|
| +++ b/components/autofill/core/browser/test_autofill_manager_delegate.cc
|
| @@ -51,4 +51,7 @@ bool TestAutofillManagerDelegate::IsAutocompleteEnabled() {
|
| return true;
|
| }
|
|
|
| +void TestAutofillManagerDelegate::DetectAccountCreationForms(
|
| + const std::vector<autofill::FormStructure*>& forms) {}
|
| +
|
| } // namespace autofill
|
|
|