| Index: components/autofill/content/browser/content_autofill_driver.h
|
| diff --git a/components/autofill/content/browser/content_autofill_driver.h b/components/autofill/content/browser/content_autofill_driver.h
|
| index 2fd226efc69b10412e93c972bb70738ce0b500eb..42237375f247d4aee0300ced580fce288effc928 100644
|
| --- a/components/autofill/content/browser/content_autofill_driver.h
|
| +++ b/components/autofill/content/browser/content_autofill_driver.h
|
| @@ -17,9 +17,8 @@
|
| #include "mojo/public/cpp/bindings/binding.h"
|
|
|
| namespace content {
|
| +class NavigationHandle;
|
| class RenderFrameHost;
|
| -struct FrameNavigateParams;
|
| -struct LoadCommittedDetails;
|
| }
|
|
|
| namespace autofill {
|
| @@ -92,8 +91,7 @@ class ContentAutofillDriver : public AutofillDriver,
|
| const std::vector<base::string16>& labels) override;
|
|
|
| // Called when the frame has navigated.
|
| - void DidNavigateFrame(const content::LoadCommittedDetails& details,
|
| - const content::FrameNavigateParams& params);
|
| + void DidNavigateFrame(content::NavigationHandle* navigation_handle);
|
|
|
| // Tells the render frame that a user gesture was observed
|
| // somewhere in the tab (including in a different frame).
|
|
|