Index: chrome/browser/ui/autofill/password_generation_popup_view.cc |
diff --git a/chrome/browser/ui/autofill/password_generation_popup_view.cc b/chrome/browser/ui/autofill/password_generation_popup_view.cc |
index 7b35a4ba087271592ac21c737b29c914a227217f..0d2d80d304beea556bdd1583831cd6a45dda9eea 100644 |
--- a/chrome/browser/ui/autofill/password_generation_popup_view.cc |
+++ b/chrome/browser/ui/autofill/password_generation_popup_view.cc |
@@ -6,6 +6,8 @@ |
namespace autofill { |
+const SkColor PasswordGenerationPopupView::kPasswordTextColor = |
+ SkColorSetRGB(0x33, 0x33, 0x33); |
const SkColor PasswordGenerationPopupView::kExplanatoryTextBackgroundColor = |
SkColorSetRGB(0xF5, 0xF5, 0xF5); |
const SkColor PasswordGenerationPopupView::kExplanatoryTextColor = |