Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1457)

Unified Diff: ui/message_center/views/message_list_view_unittest.cc

Issue 2691393002: Fix auto raw pointer deduction on linux (Closed)
Patch Set: update Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(),

Powered by Google App Engine
This is Rietveld 408576698