| Index: ui/message_center/notification_list.cc
|
| diff --git a/ui/message_center/notification_list.cc b/ui/message_center/notification_list.cc
|
| index 9231602f8bbe399ac30f1ccfa642560f1e9af97b..03cfd0f952c4c0587f4d8d13d346cd2924cf3c0c 100644
|
| --- a/ui/message_center/notification_list.cc
|
| +++ b/ui/message_center/notification_list.cc
|
| @@ -61,7 +61,8 @@ NotificationList::NotificationList(MessageCenter* message_center)
|
| }
|
|
|
| NotificationList::~NotificationList() {
|
| - STLDeleteContainerPointers(notifications_.begin(), notifications_.end());
|
| + base::STLDeleteContainerPointers(notifications_.begin(),
|
| + notifications_.end());
|
| }
|
|
|
| void NotificationList::SetNotificationsShown(
|
|
|