| Index: ui/message_center/views/message_center_view_unittest.cc
|
| diff --git a/ui/message_center/views/message_center_view_unittest.cc b/ui/message_center/views/message_center_view_unittest.cc
|
| index 273c01ea3c33040e276956adba94cd07057f0e0f..0953f5315502583053662baae31626d5c8fa4344 100644
|
| --- a/ui/message_center/views/message_center_view_unittest.cc
|
| +++ b/ui/message_center/views/message_center_view_unittest.cc
|
| @@ -129,15 +129,12 @@ MessageCenterViewTest::~MessageCenterViewTest() {
|
|
|
| void MessageCenterViewTest::SetUp() {
|
| // Create a dummy notification.
|
| - Notification notification(NOTIFICATION_TYPE_SIMPLE,
|
| - std::string("notification id"),
|
| - base::UTF8ToUTF16("title"),
|
| - base::UTF8ToUTF16("message"),
|
| - gfx::Image(),
|
| - base::UTF8ToUTF16("display source"),
|
| - NotifierId(NotifierId::APPLICATION, "extension_id"),
|
| - message_center::RichNotificationData(),
|
| - NULL);
|
| + Notification notification(
|
| + NOTIFICATION_TYPE_SIMPLE, std::string("notification id"),
|
| + base::UTF8ToUTF16("title"), base::UTF8ToUTF16("message"), gfx::Image(),
|
| + base::UTF8ToUTF16("display source"), GURL(),
|
| + NotifierId(NotifierId::APPLICATION, "extension_id"),
|
| + message_center::RichNotificationData(), NULL);
|
|
|
| // ...and a list for it.
|
| NotificationList::Notifications notifications;
|
|
|