| Index: ui/message_center/notification.cc
 | 
| diff --git a/ui/message_center/notification.cc b/ui/message_center/notification.cc
 | 
| index f18472c9d9c3a875d41ebea299894d11a3d2e9f9..fe16ec949419f7271dc9375b0a2584c35e3cd6bc 100644
 | 
| --- a/ui/message_center/notification.cc
 | 
| +++ b/ui/message_center/notification.cc
 | 
| @@ -39,6 +39,7 @@ RichNotificationData::RichNotificationData(const RichNotificationData& other)
 | 
|        expanded_message(other.expanded_message),
 | 
|        context_message(other.context_message),
 | 
|        image(other.image),
 | 
| +      small_image(other.small_image),
 | 
|        items(other.items),
 | 
|        progress(other.progress),
 | 
|        buttons(other.buttons),
 | 
| 
 |