| 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 a9fed8dd7a12d840c5070d977792af11c857e5b8..28bd59f1534ec77e406befac7e15fdd62b272e98 100644
|
| --- a/components/autofill/core/browser/autofill_client.h
|
| +++ b/components/autofill/core/browser/autofill_client.h
|
| @@ -18,7 +18,6 @@ class RectF;
|
| }
|
|
|
| class GURL;
|
| -class InfoBarService;
|
| class PrefService;
|
|
|
| namespace autofill {
|
| @@ -28,10 +27,8 @@ class AutofillPopupDelegate;
|
| class AutofillWebDataService;
|
| class CreditCard;
|
| class FormStructure;
|
| -class PasswordGenerator;
|
| class PersonalDataManager;
|
| struct FormData;
|
| -struct PasswordForm;
|
|
|
| // A client interface that needs to be supplied to the Autofill component by the
|
| // embedder.
|
|
|