Index: ui/message_center/notification_types.h |
diff --git a/ui/message_center/notification_types.h b/ui/message_center/notification_types.h |
index 24d1f1470862ce834efbfd7a5af7d37746a4c728..88cfed22132c8aad2a774ed71eb751f8a7fe6af3 100644 |
--- a/ui/message_center/notification_types.h |
+++ b/ui/message_center/notification_types.h |
@@ -5,9 +5,6 @@ |
#ifndef UI_MESSAGE_CENTER_NOTIFICATION_TYPES_H_ |
#define UI_MESSAGE_CENTER_NOTIFICATION_TYPES_H_ |
- |
-#include <string> |
- |
#include "ui/message_center/message_center_export.h" |
namespace message_center { |
@@ -33,7 +30,7 @@ enum NotificationType { |
NOTIFICATION_TYPE_BASE_FORMAT, |
NOTIFICATION_TYPE_IMAGE, |
NOTIFICATION_TYPE_MULTIPLE, |
- NOTIFICATION_TYPE_PROGRESS |
+ NOTIFICATION_TYPE_PROGRESS // Notification with progress bar. |
}; |
enum NotificationPriority { |