Index: chrome/browser/local_discovery/privet_notifications.cc |
diff --git a/chrome/browser/local_discovery/privet_notifications.cc b/chrome/browser/local_discovery/privet_notifications.cc |
index 9c529a9800acb186c873d7f395bcaa5d69c14abb..ddecc245002ec73e6d409a39fca6ddc066660443 100644 |
--- a/chrome/browser/local_discovery/privet_notifications.cc |
+++ b/chrome/browser/local_discovery/privet_notifications.cc |
@@ -261,7 +261,8 @@ void PrivetNotificationService::PrivetNotify(int devices_active, |
message_center::NOTIFICATION_TYPE_SIMPLE, title, body, |
ui::ResourceBundle::GetSharedInstance().GetImageNamed( |
IDR_LOCAL_DISCOVERY_CLOUDPRINT_ICON), |
- message_center::NotifierId(GURL(kPrivetNotificationOriginUrl)), |
+ message_center::NotifierId(message_center::NotifierId::SYSTEM_COMPONENT, |
+ kPrivetNotificationID), |
product_name, GURL(kPrivetNotificationOriginUrl), kPrivetNotificationID, |
rich_notification_data, new PrivetNotificationDelegate(profile_)); |