| Index: ui/native_theme/common_theme.cc
|
| diff --git a/ui/native_theme/common_theme.cc b/ui/native_theme/common_theme.cc
|
| index 9afa93d2cd21e75157471676e4faa65e6952c8b9..b8a01b241f3dea208a345c35b17f1c99236d7ab0 100644
|
| --- a/ui/native_theme/common_theme.cc
|
| +++ b/ui/native_theme/common_theme.cc
|
| @@ -65,7 +65,7 @@ bool CommonThemeGetSystemColor(NativeTheme::ColorId color_id, SkColor* color) {
|
| const SkColor kSelectedMenuItemForegroundColorMd = SK_ColorBLACK;
|
| // Link:
|
| const SkColor kLinkDisabledColorMd = SK_ColorBLACK;
|
| - const SkColor kLinkEnabledColorMd = SkColorSetRGB(0x33, 0x67, 0xD6);
|
| + const SkColor kLinkEnabledColorMd = gfx::kGoogleBlue700;
|
|
|
| switch (color_id) {
|
| // MenuItem
|
|
|