| Index: chrome/browser/ui/sync/profile_signin_confirmation_helper.cc
|
| diff --git a/chrome/browser/ui/sync/profile_signin_confirmation_helper.cc b/chrome/browser/ui/sync/profile_signin_confirmation_helper.cc
|
| index 33adf23bf735770a9423abab78a2fd54d328aa35..8d3818baffb3fad93816e71bf366263dc315b755 100644
|
| --- a/chrome/browser/ui/sync/profile_signin_confirmation_helper.cc
|
| +++ b/chrome/browser/ui/sync/profile_signin_confirmation_helper.cc
|
| @@ -48,7 +48,7 @@ SkColor GetSigninConfirmationPromptBarColor(ui::NativeTheme* theme,
|
| SkAlpha alpha) {
|
| static const SkColor kBackgroundColor =
|
| theme->GetSystemColor(ui::NativeTheme::kColorId_DialogBackground);
|
| - return color_utils::BlendTowardOppositeLuminance(kBackgroundColor, alpha);
|
| + return color_utils::BlendTowardOppositeLuma(kBackgroundColor, alpha);
|
| }
|
|
|
| bool HasBeenShutdown(Profile* profile) {
|
|
|