| Index: ui/native_theme/native_theme.h
|
| diff --git a/ui/native_theme/native_theme.h b/ui/native_theme/native_theme.h
|
| index 50ef1b73406b4f2d5dcded40233c9cd6aaccb454..0b7cf4f214a8e47d62b3aaa71cc97943a9fccda8 100644
|
| --- a/ui/native_theme/native_theme.h
|
| +++ b/ui/native_theme/native_theme.h
|
| @@ -265,8 +265,8 @@ class NATIVE_THEME_EXPORT NativeTheme {
|
| kColorId_BlueButtonPressedColor,
|
| kColorId_BlueButtonHoverColor,
|
| kColorId_BlueButtonShadowColor,
|
| - kColorId_CallToActionColor,
|
| - kColorId_TextOnCallToActionColor,
|
| + kColorId_ProminentButtonColor,
|
| + kColorId_TextOnProminentButtonColor,
|
| // MenuItem
|
| kColorId_EnabledMenuItemForegroundColor,
|
| kColorId_DisabledMenuItemForegroundColor,
|
|
|