Index: chrome/browser/notifications/message_center_stats_collector.cc |
diff --git a/chrome/browser/notifications/message_center_stats_collector.cc b/chrome/browser/notifications/message_center_stats_collector.cc |
index 0f336eacd84dcd4caaabc30f9e3bcffb276fd94a..24b4e857bb45ba14a6a46a1d2c55aa899f57453b 100644 |
--- a/chrome/browser/notifications/message_center_stats_collector.cc |
+++ b/chrome/browser/notifications/message_center_stats_collector.cc |
@@ -40,7 +40,7 @@ void MessageCenterStatsCollector::NotificationStats::RecordAggregateStats() { |
if (!actions_[i]) |
continue; |
UMA_HISTOGRAM_ENUMERATION("Notifications.PerNotificationActions", |
- i, |
+ static_cast<NotificationActionType>(i), |
NOTIFICATION_ACTION_COUNT); |
} |
} |