Index: chrome/browser/ui/autofill/autofill_dialog_types.cc |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_types.cc b/chrome/browser/ui/autofill/autofill_dialog_types.cc |
index 1230c532577b70aa513465c3a50e9b4d1868b008..6a2a4a26c4f9c089df2063eb25a917499867070a 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_types.cc |
+++ b/chrome/browser/ui/autofill/autofill_dialog_types.cc |
@@ -50,7 +50,7 @@ SkColor DialogNotification::GetTextColor() const { |
case DialogNotification::REQUIRED_ACTION: |
case DialogNotification::WALLET_ERROR: |
case DialogNotification::AUTOCHECKOUT_ERROR: |
- return SK_ColorBLACK; |
+ return SkColorSetRGB(102, 102, 102); |
case DialogNotification::AUTOCHECKOUT_SUCCESS: |
case DialogNotification::DEVELOPER_WARNING: |
case DialogNotification::EXPLANATORY_MESSAGE: |