| Index: ui/message_center/notification_list.h
|
| diff --git a/ui/message_center/notification_list.h b/ui/message_center/notification_list.h
|
| index c07df613f66917987ab32f56f5ba9f30d0f84358..7b49994dd483c0397d0dd3b6eea53428d5fc0a34 100644
|
| --- a/ui/message_center/notification_list.h
|
| +++ b/ui/message_center/notification_list.h
|
| @@ -38,7 +38,7 @@ struct MESSAGE_CENTER_EXPORT ComparePriorityTimestampSerial {
|
| bool operator()(Notification* n1, Notification* n2);
|
| };
|
|
|
| -struct CompareTimestampSerial {
|
| +struct MESSAGE_CENTER_EXPORT CompareTimestampSerial {
|
| bool operator()(Notification* n1, Notification* n2);
|
| };
|
|
|
|
|