Index: chrome/browser/themes/theme_service.cc |
diff --git a/chrome/browser/themes/theme_service.cc b/chrome/browser/themes/theme_service.cc |
index 02d80af857d45095e090c00b3e1ce0e199d09a2e..86eb1efc7f5c94c741e8de22f7fe327e8ae3a6e2 100644 |
--- a/chrome/browser/themes/theme_service.cc |
+++ b/chrome/browser/themes/theme_service.cc |
@@ -471,7 +471,7 @@ SkColor ThemeService::GetDefaultColor(int id, bool incognito) const { |
return color_utils::GetReadableColor( |
SK_ColorWHITE, GetColor(kLabelBackground, incognito)); |
case ThemeProperties::COLOR_SUPERVISED_USER_LABEL_BACKGROUND: |
- return color_utils::BlendTowardOppositeLuminance( |
+ return color_utils::BlendTowardOppositeLuma( |
GetColor(ThemeProperties::COLOR_FRAME, incognito), 0x80); |
case ThemeProperties::COLOR_SUPERVISED_USER_LABEL_BORDER: |
return color_utils::AlphaBlend(GetColor(kLabelBackground, incognito), |