| Index: chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.h
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.h b/chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.h
|
| index 9133c91d8eb7fd9dcf87dfeaebc5d0fdecafe932..ef20735503f0a7d24cdb5916ef0cadfad133a373 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.h
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.h
|
| @@ -42,8 +42,7 @@ namespace autofill {
|
|
|
| // Set the main suggestion text and the font used to render that text.
|
| - (void)setSuggestionText:(NSString*)line1
|
| - line2:(NSString*)line2
|
| - withFont:(NSFont*)font;
|
| + line2:(NSString*)line2;
|
|
|
| // Shows an auxiliary textfield to the right of the suggestion icon and
|
| // text. This is currently only used to show a CVC field for the CC section.
|
|
|