| Index: ui/message_center/message_center_style.h
|
| diff --git a/ui/message_center/message_center_style.h b/ui/message_center/message_center_style.h
|
| index ab2965d0ab55dae42dcc66441ad4d610fff86abc..602ff6bc03cff4e6d3ffb0fcba65178eb0c86298 100644
|
| --- a/ui/message_center/message_center_style.h
|
| +++ b/ui/message_center/message_center_style.h
|
| @@ -91,7 +91,7 @@ const SkColor kFocusBorderColor = SkColorSetRGB(64, 128, 250);
|
| // Foreground of small icon image.
|
| const SkColor kSmallImageMaskForegroundColor = SK_ColorWHITE;
|
| // Background of small icon image.
|
| -const SkColor kSmallImageMaskBackgroundColor = SkColorSetRGB(0xa3, 0xa3, 0xa);
|
| +const SkColor kSmallImageMaskBackgroundColor = SkColorSetRGB(0xa3, 0xa3, 0xa3);
|
|
|
| // Limits.
|
|
|
|
|