| Index: chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.mm b/chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.mm
|
| index 8cff21868013d6e3e1b1722ff45ab43d3e68b7c6..53d6901129f884b800b4582ad894d8bb3ecc9cc2 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.mm
|
| @@ -95,7 +95,7 @@ SkColor kSubtleBorderColor = 0xffdfdfdf;
|
| // We probably want to look at other multi-line messages somewhere.
|
| [label_ setFont:message.font.GetNativeFont()];
|
| [label_ setStringValue:base::SysUTF16ToNSString(message.text)];
|
| - [label_ setTextColor:gfx::SkColorToCalibratedNSColor(message.text_color)];
|
| + [label_ setTextColor:[NSColor darkGrayColor]];
|
|
|
| // Resize only height, preserve width. This guarantees text stays centered in
|
| // the dialog.
|
|
|