Index: components/autofill/core/browser/test_autofill_client.h |
diff --git a/components/autofill/core/browser/test_autofill_client.h b/components/autofill/core/browser/test_autofill_client.h |
index a809a8cd1f2330f2111cfa5cea1936c0740ffffc..d2959f189f110e1c4be02cba82ba3bec2bae959e 100644 |
--- a/components/autofill/core/browser/test_autofill_client.h |
+++ b/components/autofill/core/browser/test_autofill_client.h |
@@ -30,7 +30,7 @@ class TestAutofillClient : public AutofillClient { |
bool HasCreditCardScanFeature() override; |
void ScanCreditCard(const CreditCardScanCallback& callback) override; |
void ShowRequestAutocompleteDialog(const FormData& form, |
- const GURL& source_url, |
+ content::RenderFrameHost* rfh, |
const ResultCallback& callback) override; |
void ShowAutofillPopup( |
const gfx::RectF& element_bounds, |