Index: chrome/browser/ui/cocoa/passwords/credential_item_button.mm |
diff --git a/chrome/browser/ui/cocoa/passwords/credential_item_button.mm b/chrome/browser/ui/cocoa/passwords/credential_item_button.mm |
index 656ef6781444f5c0cffd2511e048e572f0cb469e..8002f630cae14134bc5522b503e97b4ac5ffaedf 100644 |
--- a/chrome/browser/ui/cocoa/passwords/credential_item_button.mm |
+++ b/chrome/browser/ui/cocoa/passwords/credential_item_button.mm |
@@ -16,8 +16,8 @@ |
#include "ui/gfx/scoped_ns_graphics_context_save_gstate_mac.h" |
namespace { |
-const CGFloat kFocusRingLineWidth = 2; |
-const CGFloat kHorizontalPaddingBetweenAvatarAndLabel = 10; |
+constexpr CGFloat kFocusRingLineWidth = 2; |
+constexpr CGFloat kHorizontalPaddingBetweenAvatarAndLabel = 10; |
} // namespace |
// Custom button cell that adds a left padding before the avatar, and a custom |