| 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 bbdcfefbb4bdecbf59509291d0485f730ad7e1bc..053feeca09c2fd3ceede886353f08880de06ba9c 100644
|
| --- a/ui/message_center/views/notification_view_unittest.cc
|
| +++ b/ui/message_center/views/notification_view_unittest.cc
|
| @@ -228,8 +228,8 @@ void NotificationViewTest::SetUp() {
|
| notification_->set_image(CreateTestImage(320, 240));
|
|
|
| // Then create a new NotificationView with that single notification.
|
| - notification_view_.reset(
|
| - NotificationView::Create(this, *notification_, true));
|
| + notification_view_.reset(static_cast<NotificationView*>(
|
| + NotificationView::Create(this, *notification_, true)));
|
| notification_view_->set_owned_by_client();
|
|
|
| views::Widget::InitParams init_params(
|
|
|