| Index: components/autofill/core/browser/autofill_client.h
|
| diff --git a/components/autofill/core/browser/autofill_client.h b/components/autofill/core/browser/autofill_client.h
|
| index 6ffcd7066c046bce89f975dae5fdf88b2e4afbaf..ccbfed5fe38bf15242f20695710ef77fa61bc42e 100644
|
| --- a/components/autofill/core/browser/autofill_client.h
|
| +++ b/components/autofill/core/browser/autofill_client.h
|
| @@ -97,7 +97,7 @@ class AutofillClient {
|
| // Causes the dialog for request autocomplete feature to be shown.
|
| virtual void ShowRequestAutocompleteDialog(
|
| const FormData& form,
|
| - const GURL& source_url,
|
| + content::RenderFrameHost* render_frame_host,
|
| const ResultCallback& callback) = 0;
|
|
|
| // Shows an Autofill popup with the given |values|, |labels|, |icons|, and
|
|
|