| Index: ios/chrome/browser/autofill/form_input_accessory_view_controller.h
|
| diff --git a/ios/chrome/browser/autofill/form_input_accessory_view_controller.h b/ios/chrome/browser/autofill/form_input_accessory_view_controller.h
|
| index 0ed51250837151ae240c44ac9c9c24a5deb7fa2f..c9eb1408b8b127c8dea09f46f332dfe65c73b38b 100644
|
| --- a/ios/chrome/browser/autofill/form_input_accessory_view_controller.h
|
| +++ b/ios/chrome/browser/autofill/form_input_accessory_view_controller.h
|
| @@ -16,6 +16,7 @@ namespace autofill {
|
| extern NSString* const kFormSuggestionAssistButtonPreviousElement;
|
| extern NSString* const kFormSuggestionAssistButtonNextElement;
|
| extern NSString* const kFormSuggestionAssistButtonDone;
|
| +extern CGFloat const kInputAccessoryHeight;
|
| } // namespace autofill
|
|
|
| @protocol FormInputAccessoryViewProvider;
|
|
|