| Index: components/autofill/content/browser/content_autofill_driver_factory.h
|
| diff --git a/components/autofill/content/browser/content_autofill_driver_factory.h b/components/autofill/content/browser/content_autofill_driver_factory.h
|
| index 12d36d653a276928d9a777afe4718988909ff782..1103b195f5c7d4d712c23fb35be337353c06bbe8 100644
|
| --- a/components/autofill/content/browser/content_autofill_driver_factory.h
|
| +++ b/components/autofill/content/browser/content_autofill_driver_factory.h
|
| @@ -54,8 +54,8 @@ class ContentAutofillDriverFactory : public content::WebContentsObserver,
|
| content::RenderFrameHost* render_frame_host,
|
| const content::LoadCommittedDetails& details,
|
| const content::FrameNavigateParams& params) override;
|
| - void NavigationEntryCommitted(
|
| - const content::LoadCommittedDetails& load_details) override;
|
| + void DidFinishNavigation(
|
| + content::NavigationHandle* navigation_handle) override;
|
| void WasHidden() override;
|
|
|
| static const char kContentAutofillDriverFactoryWebContentsUserDataKey[];
|
|
|