Index: ui/views/layout/layout_constants.h |
diff --git a/ui/views/layout/layout_constants.h b/ui/views/layout/layout_constants.h |
index 620a28de6c6df48df58cb81d4c5c538b53f10c37..98133510d1cb57289ddff493be26d8623a8c349f 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; |
@@ -90,7 +90,7 @@ const int kButtonHorizontalPadding = 16; |
const int kMinimumButtonWidth = 48; |
// Minimum width of dialog buttons. |
-const int kDialogMinimumButtonWidth = 75; |
+constexpr int kDialogMinimumButtonWidth = 75; |
} // namespace views |