| Index: chrome/browser/notifications/notification_conversion_helper_unittest.cc
|
| diff --git a/chrome/browser/notifications/notification_conversion_helper_unittest.cc b/chrome/browser/notifications/notification_conversion_helper_unittest.cc
|
| index acc2d2463353344050cb666eea851e2e4bae3bde..d251b2fc04abb1fb4ed6872c61ae1dad2e50a60c 100644
|
| --- a/chrome/browser/notifications/notification_conversion_helper_unittest.cc
|
| +++ b/chrome/browser/notifications/notification_conversion_helper_unittest.cc
|
| @@ -57,16 +57,11 @@ class NotificationConversionHelperTest : public testing::Test {
|
| gfx::Image icon = gfx::Image::CreateFrom1xBitmap(bitmap);
|
|
|
| scoped_ptr<Notification> notification(new Notification(
|
| - type,
|
| - GURL(),
|
| - base::UTF8ToUTF16("Title"),
|
| - base::UTF8ToUTF16("This is a message."),
|
| - icon,
|
| + type, base::UTF8ToUTF16("Title"),
|
| + base::UTF8ToUTF16("This is a message."), icon,
|
| message_center::NotifierId(message_center::NotifierId::APPLICATION,
|
| "Notifier 1"),
|
| - base::UTF8ToUTF16("Notifier's Name"),
|
| - "id1",
|
| - optional_fields,
|
| + base::UTF8ToUTF16("Notifier's Name"), GURL(), "id1", optional_fields,
|
| delegate));
|
|
|
| return notification.Pass();
|
|
|