| Index: ui/message_center/views/message_list_view_unittest.cc
|
| diff --git a/ui/message_center/views/message_list_view_unittest.cc b/ui/message_center/views/message_list_view_unittest.cc
|
| index 730bda1798a2f2049cba92ba1f45bff9e8470695..f9f3b9462cd4ea41ebb89cd07a3006d6bba3f82e 100644
|
| --- a/ui/message_center/views/message_list_view_unittest.cc
|
| +++ b/ui/message_center/views/message_list_view_unittest.cc
|
| @@ -172,7 +172,7 @@ void MessageListViewTest::UpdateNotificationSize(
|
|
|
| TEST_F(MessageListViewTest, AddNotification) {
|
| // Create a dummy notification.
|
| - auto notification_view = CreateNotificationView(
|
| + auto* notification_view = CreateNotificationView(
|
| Notification(NOTIFICATION_TYPE_SIMPLE, std::string(kNotificationId1),
|
| base::UTF8ToUTF16("title"), base::UTF8ToUTF16("message1"),
|
| gfx::Image(), base::UTF8ToUTF16("display source"), GURL(),
|
|
|