| Index: chrome/browser/notifications/message_center_notifications_browsertest.cc
|
| diff --git a/chrome/browser/notifications/message_center_notifications_browsertest.cc b/chrome/browser/notifications/message_center_notifications_browsertest.cc
|
| index 9563d612377e462e959655f67286fd5e9a1693e7..3b0fcd080e5fb342d4de6c567e39664070c87bed 100644
|
| --- a/chrome/browser/notifications/message_center_notifications_browsertest.cc
|
| +++ b/chrome/browser/notifications/message_center_notifications_browsertest.cc
|
| @@ -107,10 +107,9 @@ class MessageCenterNotificationsTest : public InProcessBrowserTest {
|
| }
|
|
|
| return Notification(GURL("chrome-test://testing/"),
|
| - GURL(),
|
| base::ASCIIToUTF16("title"),
|
| base::ASCIIToUTF16("message"),
|
| - blink::WebTextDirectionDefault,
|
| + gfx::Image(),
|
| base::UTF8ToUTF16("chrome-test://testing/"),
|
| base::UTF8ToUTF16("REPLACE-ME"),
|
| new_delegate);
|
|
|