Index: ui/message_center/views/notification_view.cc |
diff --git a/ui/message_center/views/notification_view.cc b/ui/message_center/views/notification_view.cc |
index 707c42bec112c228265ec7ea2c85d83c187200e3..1342bcb386b4879a6e9373519826c024e1f3d620 100644 |
--- a/ui/message_center/views/notification_view.cc |
+++ b/ui/message_center/views/notification_view.cc |
@@ -694,7 +694,7 @@ void NotificationView::CreateOrUpdateImageView( |
gfx::Size image_size(kNotificationPreferredImageWidth, |
kNotificationPreferredImageHeight); |
image_view_ = MakeNotificationImage(notification.image(), image_size); |
- bottom_view_->AddChildView(image_view_); |
+ bottom_view_->AddChildViewAt(image_view_, 0); |
} |
} |