Index: chrome/browser/notifications/message_center_stats_collector.h |
diff --git a/chrome/browser/notifications/message_center_stats_collector.h b/chrome/browser/notifications/message_center_stats_collector.h |
index 463b7ed07c0c91081ee3f1d700ec2aee9802a92c..b14cfb0cdb85924e5f764467e01ec0f272424a99 100644 |
--- a/chrome/browser/notifications/message_center_stats_collector.h |
+++ b/chrome/browser/notifications/message_center_stats_collector.h |
@@ -73,7 +73,8 @@ class MessageCenterStatsCollector |
virtual void OnNotificationButtonClicked(const std::string& notification_id, |
int button_index) OVERRIDE; |
virtual void OnNotificationDisplayed( |
- const std::string& notification_id) OVERRIDE; |
+ const std::string& notification_id, |
+ const message_center::DisplaySource source) OVERRIDE; |
virtual void OnCenterVisibilityChanged( |
message_center::Visibility visibility) OVERRIDE; |
virtual void OnQuietModeChanged(bool in_quiet_mode) OVERRIDE; |