| Index: ui/message_center/message_center_impl.h
|
| diff --git a/ui/message_center/message_center_impl.h b/ui/message_center/message_center_impl.h
|
| index 6d836c670ba251f377ca8f1987476ce419fd7d60..ae1d05ba7bd2f02d14f0939cae97c9a072cce2ac 100644
|
| --- a/ui/message_center/message_center_impl.h
|
| +++ b/ui/message_center/message_center_impl.h
|
| @@ -197,7 +197,7 @@ class MessageCenterImpl : public MessageCenter,
|
| struct NotificationCache {
|
| NotificationCache();
|
| ~NotificationCache();
|
| - void Rebuild(const NotificationList::Notifications& notificaitons);
|
| + void Rebuild(const NotificationList::Notifications& notifications);
|
| void RecountUnread();
|
|
|
| NotificationList::Notifications visible_notifications;
|
|
|