| Index: chrome/browser/ui/cocoa/autofill/autofill_section_container.h
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_section_container.h b/chrome/browser/ui/cocoa/autofill/autofill_section_container.h
|
| index b4bf70c7903626f8c11328c247c625a2913af960..c31b881aa94ef8ee6bb718ae114f41ec91bd8762 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_section_container.h
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_section_container.h
|
| @@ -12,6 +12,8 @@
|
| #include "chrome/browser/ui/autofill/autofill_dialog_types.h"
|
| #import "chrome/browser/ui/cocoa/autofill/autofill_input_field.h"
|
| #import "chrome/browser/ui/cocoa/autofill/autofill_layout.h"
|
| +#include "components/autofill/core/browser/detail_input.h"
|
| +#include "components/autofill/core/browser/dialog_section.h"
|
|
|
| namespace autofill {
|
| class AutofillDialogViewDelegate;
|
|
|