| Index: chrome/browser/ui/cocoa/autofill/autofill_dialog_constants.h
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_dialog_constants.h b/chrome/browser/ui/cocoa/autofill/autofill_dialog_constants.h
|
| index 43475cf515aca62f484c3926c0b192a4dda837f1..bf7ddd15204e680af6e17b9b026beac4bda6333b 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_dialog_constants.h
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_dialog_constants.h
|
| @@ -31,6 +31,9 @@ const CGFloat kFieldWidth = 104;
|
| // Horizontal padding between fields
|
| const CGFloat kHorizontalFieldPadding = 8;
|
|
|
| +// Size of the information icon in the footer.
|
| +const CGFloat kInfoIconSize = 16;
|
| +
|
| } // autofill
|
|
|
| #endif // CHROME_BROWSER_UI_COCOA_AUTOFILL_AUTOFILL_DIALOG_CONSTANTS_H_
|
|
|