Index: ui/message_center/popup_timers_controller.cc |
diff --git a/ui/message_center/popup_timers_controller.cc b/ui/message_center/popup_timers_controller.cc |
index 2da3e2705e2f242d3a83085c03091c0f81e67639..c50d7e60dfb044f8d4e5666959f1454c51e5529b 100644 |
--- a/ui/message_center/popup_timers_controller.cc |
+++ b/ui/message_center/popup_timers_controller.cc |
@@ -96,7 +96,7 @@ void PopupTimersController::OnNotificationUpdated(const std::string& id) { |
NotificationList::PopupNotifications popup_notifications = |
message_center_->GetPopupNotifications(); |
- if (!popup_notifications.size()) { |
+ if (popup_notifications.empty()) { |
CancelAll(); |
return; |
} |