Index: ash/system/chromeos/power/battery_notification.cc |
diff --git a/ash/system/chromeos/power/battery_notification.cc b/ash/system/chromeos/power/battery_notification.cc |
index 5ab80ebc99fd84c61e02fad87172b5fa52c8b4bd..664aa391961ee7b830fce5cfa731a78d0bc91fd0 100644 |
--- a/ash/system/chromeos/power/battery_notification.cc |
+++ b/ash/system/chromeos/power/battery_notification.cc |
@@ -80,7 +80,7 @@ scoped_ptr<Notification> CreateNotification( |
scoped_ptr<Notification> notification(new Notification( |
message_center::NOTIFICATION_TYPE_SIMPLE, kBatteryNotificationId, |
base::string16(), message, GetBatteryImage(notification_state), |
- base::string16(), |
+ base::string16(), GURL(), |
message_center::NotifierId(message_center::NotifierId::SYSTEM_COMPONENT, |
system_notifier::kNotifierBattery), |
message_center::RichNotificationData(), NULL)); |