| 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..2d6913124cc390055d92524f4f19475b71aa51dc 100644
|
| --- a/ui/message_center/views/notification_view.h
|
| +++ b/ui/message_center/views/notification_view.h
|
| @@ -76,6 +76,8 @@ class MESSAGE_CENTER_EXPORT NotificationView : public MessageView,
|
| FRIEND_TEST_ALL_PREFIXES(NotificationViewTest, UpdateButtonsStateTest);
|
| FRIEND_TEST_ALL_PREFIXES(NotificationViewTest, UpdateButtonCountTest);
|
|
|
| + friend class NotificationViewTest;
|
| +
|
| void CreateOrUpdateViews(const Notification& notification);
|
| void SetAccessibleName(const Notification& notification);
|
|
|
|
|