Index: chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc |
diff --git a/chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc b/chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc |
index 9d2a4fd9589060dc77053d1693a62dff616bb756..d895703d6d678289c8637f4cb8dc8314f252c8b1 100644 |
--- a/chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc |
+++ b/chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc |
@@ -64,7 +64,7 @@ class WebNotificationTrayTest : public InProcessBrowserTest { |
void AddNotification(const std::string& id, const std::string& replace_id) { |
::Notification notification(GURL("chrome-extension://abbccedd"), |
- GURL(), |
+ gfx::Image(), |
base::ASCIIToUTF16("Test Web Notification"), |
base::ASCIIToUTF16( |
"Notification message body."), |
@@ -80,7 +80,7 @@ class WebNotificationTrayTest : public InProcessBrowserTest { |
void UpdateNotification(const std::string& replace_id, |
const std::string& new_id) { |
::Notification notification(GURL("chrome-extension://abbccedd"), |
- GURL(""), |
+ gfx::Image(), |
base::ASCIIToUTF16("Updated Web Notification"), |
base::ASCIIToUTF16("Updated message body."), |
blink::WebTextDirectionDefault, |