| 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 61b10177c41b4ae696941aeabfcb2a049cbec601..27bfd7b3a9d47f32184d0d94314dc87eca4773d1 100644
|
| --- a/components/autofill/core/browser/autofill_client.h
|
| +++ b/components/autofill/core/browser/autofill_client.h
|
| @@ -26,7 +26,6 @@ class RenderFrameHost;
|
| }
|
|
|
| namespace gfx {
|
| -class Rect;
|
| class RectF;
|
| }
|
|
|
| @@ -46,7 +45,6 @@ class CardUnmaskDelegate;
|
| class CreditCard;
|
| class FormStructure;
|
| class PersonalDataManager;
|
| -struct FormData;
|
| struct Suggestion;
|
|
|
| // A client interface that needs to be supplied to the Autofill component by the
|
|
|