Index: ui/message_center/views/message_popup_collection.h |
diff --git a/ui/message_center/views/message_popup_collection.h b/ui/message_center/views/message_popup_collection.h |
index 4fe01e40f5c595579f0b7add533d49fb79553ea8..402c747224301133943aa8ef6e6b1eca2f4c0a25 100644 |
--- a/ui/message_center/views/message_popup_collection.h |
+++ b/ui/message_center/views/message_popup_collection.h |
@@ -77,7 +77,7 @@ class MESSAGE_CENTER_EXPORT MessagePopupCollection |
void OnMouseExited(ToastContentsView* toast_exited); |
// Invoked by toasts when they start/finish their animations. |
- // While "defer counter" is greater then zero, the popup collection does |
+ // While "defer counter" is greater than zero, the popup collection does |
// not perform updates. It is used to wait for various animations and user |
// actions like serial closing of the toasts, when the remaining toasts "flow |
// under the mouse". |