| Index: ui/message_center/message_center.h
|
| diff --git a/ui/message_center/message_center.h b/ui/message_center/message_center.h
|
| index 6ad648afbf45bb93727f9c2eb5a1b6af58faf928..863c01c38b595d6b8bc4d22852808b6adbbfdc34 100644
|
| --- a/ui/message_center/message_center.h
|
| +++ b/ui/message_center/message_center.h
|
| @@ -65,7 +65,7 @@ class MESSAGE_CENTER_EXPORT MessageCenter {
|
| // VISIBILITY_TRANSIENT or VISIBILITY_SETTINGS.
|
| virtual NotificationList::PopupNotifications GetPopupNotifications() = 0;
|
|
|
| - // Management of NotificaitonBlockers.
|
| + // Management of NotificationBlockers.
|
| virtual void AddNotificationBlocker(NotificationBlocker* blocker) = 0;
|
| virtual void RemoveNotificationBlocker(NotificationBlocker* blocker) = 0;
|
|
|
|
|