Index: chrome/browser/download/notification/download_item_notification.cc |
diff --git a/chrome/browser/download/notification/download_item_notification.cc b/chrome/browser/download/notification/download_item_notification.cc |
index d3031563dfee7178418254ee9ccbe8eabf6258a6..66b5d26ceaaab825b0a72dc4d23298d6851214e4 100644 |
--- a/chrome/browser/download/notification/download_item_notification.cc |
+++ b/chrome/browser/download/notification/download_item_notification.cc |
@@ -497,7 +497,7 @@ void DownloadItemNotification::UpdateNotificationIcon() { |
#else |
SetNotificationVectorIcon( |
gfx::VectorIconId::WARNING, |
- model.MightBeMalicious() ? gfx::kErrorRed : gfx::kAmber); |
+ model.MightBeMalicious() ? gfx::kGoogleRed700 : gfx::kGoogleYellow700); |
#endif |
return; |
} |
@@ -525,7 +525,7 @@ void DownloadItemNotification::UpdateNotificationIcon() { |
SetNotificationIcon(IDR_DOWNLOAD_NOTIFICATION_ERROR); |
#else |
SetNotificationVectorIcon(gfx::VectorIconId::ERROR_CIRCLE, |
- gfx::kErrorRed); |
+ gfx::kGoogleRed700); |
#endif |
break; |