| 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 8aedcc0d85e348a6c8678f0d6f49c562516234f5..2a2a9f113f0dbc914339f9eb63f1d29fc5a69b8a 100644
|
| --- a/components/autofill/content/browser/content_autofill_driver.h
|
| +++ b/components/autofill/content/browser/content_autofill_driver.h
|
| @@ -9,7 +9,6 @@
|
| #include <string>
|
|
|
| #include "base/supports_user_data.h"
|
| -#include "components/autofill/content/browser/request_autocomplete_manager.h"
|
| #include "components/autofill/content/public/interfaces/autofill_agent.mojom.h"
|
| #include "components/autofill/content/public/interfaces/autofill_driver.mojom.h"
|
| #include "components/autofill/core/browser/autofill_driver.h"
|
| @@ -114,9 +113,6 @@ class ContentAutofillDriver : public AutofillDriver,
|
| // case where the Autofill native UI is enabled.
|
| AutofillExternalDelegate autofill_external_delegate_;
|
|
|
| - // Driver for the interactive autocomplete dialog.
|
| - RequestAutocompleteManager request_autocomplete_manager_;
|
| -
|
| mojo::BindingSet<mojom::AutofillDriver> bindings_;
|
|
|
| mojom::AutofillAgentPtr mojo_autofill_agent_;
|
|
|