Index: chrome/browser/chromeos/ui/low_disk_notification.h |
diff --git a/chrome/browser/chromeos/ui/low_disk_notification.h b/chrome/browser/chromeos/ui/low_disk_notification.h |
index 929e2e2915f2fbb4c596b9fe797c44196991c03c..b47a6030878ee2156900aceb1e1074a733b74329 100644 |
--- a/chrome/browser/chromeos/ui/low_disk_notification.h |
+++ b/chrome/browser/chromeos/ui/low_disk_notification.h |
@@ -61,7 +61,7 @@ class LowDiskNotification { |
void SetNotificationIntervalForTest(base::TimeDelta interval); |
base::Time last_notification_time_; |
- Severity last_notification_severity_; |
+ Severity last_notification_severity_ = NONE; |
message_center::MessageCenter* message_center_; |
base::TimeDelta notification_interval_; |
base::ThreadChecker thread_checker_; |