| Index: ash/common/system/web_notification/web_notification_tray.cc
|
| diff --git a/ash/common/system/web_notification/web_notification_tray.cc b/ash/common/system/web_notification/web_notification_tray.cc
|
| index 00ca5ae9d5b0c251e13a2912036a970ab0ae029e..8dc6ddb6fbf082c83dbbcea991b5553338d1b4a1 100644
|
| --- a/ash/common/system/web_notification/web_notification_tray.cc
|
| +++ b/ash/common/system/web_notification/web_notification_tray.cc
|
| @@ -139,7 +139,7 @@ class WebNotificationButton : public views::CustomButton {
|
| unread_label_.set_owned_by_client();
|
| SetupLabelForTray(&unread_label_);
|
|
|
| - AddChildView(&unread_label_);
|
| + AddChildView(&no_unread_icon_);
|
| }
|
|
|
| void SetBubbleVisible(bool visible) {
|
|
|