| Index: chrome/browser/ui/cocoa/passwords/pending_password_view_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/passwords/pending_password_view_controller.mm b/chrome/browser/ui/cocoa/passwords/pending_password_view_controller.mm
|
| index ea6f8a049627ee99b311b8efdeb01db5f6660a5e..edf02918686732075bb0c545dbadb62895c9e104 100644
|
| --- a/chrome/browser/ui/cocoa/passwords/pending_password_view_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/passwords/pending_password_view_controller.mm
|
| @@ -18,7 +18,8 @@
|
| #import "ui/base/cocoa/controls/hyperlink_text_view.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| -const SkColor kWarmWelcomeColor = SkColorSetRGB(0x64, 0x64, 0x64);
|
| +constexpr SkColor kWarmWelcomeColor =
|
| + SkColorSetARGBMacro(0xFF, 0x64, 0x64, 0x64);
|
|
|
| @implementation PendingPasswordViewController
|
|
|
|
|