Chromium Code Reviews| Index: components/autofill/core/browser/autofill_data_model.h |
| diff --git a/components/autofill/core/browser/autofill_data_model.h b/components/autofill/core/browser/autofill_data_model.h |
| index ee055ff49b3ba23cceff6ecc7f1c3da7ff6956b3..4cc373b71772a2bec3e232cc85ed4aba62f708e6 100644 |
| --- a/components/autofill/core/browser/autofill_data_model.h |
| +++ b/components/autofill/core/browser/autofill_data_model.h |
| @@ -15,8 +15,6 @@ |
| namespace autofill { |
| -class AutofillType; |
| - |
| // This class is an interface for the primary data models that back Autofill. |
| // The information in objects of this class is managed by the |
| // PersonalDataManager. |