| Index: ui/message_center/views/notification_view.h
|
| diff --git a/ui/message_center/views/notification_view.h b/ui/message_center/views/notification_view.h
|
| index 3e009d7842c87e7d616c6c6171da3abfc8bf6e4f..6a316b34522f49c1a83bdce53dcbffa83e80d63c 100644
|
| --- a/ui/message_center/views/notification_view.h
|
| +++ b/ui/message_center/views/notification_view.h
|
| @@ -75,6 +75,7 @@ class MESSAGE_CENTER_EXPORT NotificationView : public MessageView,
|
| FRIEND_TEST_ALL_PREFIXES(NotificationViewTest, TestLineLimits);
|
| FRIEND_TEST_ALL_PREFIXES(NotificationViewTest, UpdateButtonsStateTest);
|
| FRIEND_TEST_ALL_PREFIXES(NotificationViewTest, UpdateButtonCountTest);
|
| + FRIEND_TEST_ALL_PREFIXES(NotificationViewTest, ViewOrderingTest);
|
|
|
| void CreateOrUpdateViews(const Notification& notification);
|
| void SetAccessibleName(const Notification& notification);
|
|
|