Index: ui/message_center/views/notification_view_unittest.cc |
diff --git a/ui/message_center/views/notification_view_unittest.cc b/ui/message_center/views/notification_view_unittest.cc |
index 3977f5fbb67ce3acbf2221983d2213ab43d4e0d4..d4c155b1166ce21d1982aee2daecfe4ea293d480 100644 |
--- a/ui/message_center/views/notification_view_unittest.cc |
+++ b/ui/message_center/views/notification_view_unittest.cc |
@@ -162,7 +162,7 @@ scoped_ptr<ui::MenuModel> NotificationViewTest::CreateMenuModel( |
const base::string16& display_source) { |
// For this test, this method should not be invoked. |
NOTREACHED(); |
- return scoped_ptr<ui::MenuModel>(); |
+ return nullptr; |
} |
bool NotificationViewTest::HasClickedListener( |