| Index: ui/views/layout/layout_constants.h
|
| diff --git a/ui/views/layout/layout_constants.h b/ui/views/layout/layout_constants.h
|
| index e375ad7f08be10ed9f54751cd8e9899d034221da..ee1b0d2e7811862e9e12fc3c215b243eebac68a7 100644
|
| --- a/ui/views/layout/layout_constants.h
|
| +++ b/ui/views/layout/layout_constants.h
|
| @@ -71,7 +71,7 @@ constexpr int kButtonVEdgeMarginNew = 20;
|
| constexpr int kButtonHEdgeMarginNew = 20;
|
|
|
| // Spacing between the edge of the window and the edge of the close button.
|
| -const int kCloseButtonMargin = 7;
|
| +constexpr int kCloseButtonMargin = 7;
|
|
|
| // Horizontal spacing between buttons that are logically related.
|
| constexpr int kRelatedButtonHSpacing = 6;
|
| @@ -84,7 +84,7 @@ constexpr int kCheckboxIndent = 10;
|
| constexpr int kItemLabelSpacing = 10;
|
|
|
| // Minimum width of dialog buttons.
|
| -const int kDialogMinimumButtonWidth = 75;
|
| +constexpr int kDialogMinimumButtonWidth = 75;
|
|
|
| } // namespace views
|
|
|
|
|