Commit 29e871c3 authored by koss@chromium.org's avatar koss@chromium.org

Fix misspelling of notifications.

BUG=NONE

Review URL: https://codereview.chromium.org/161173004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251130 0039d316-1c4b-4281-b951-d872f2087c98
parent 92339b8f
...@@ -197,7 +197,7 @@ class MessageCenterImpl : public MessageCenter, ...@@ -197,7 +197,7 @@ class MessageCenterImpl : public MessageCenter,
struct NotificationCache { struct NotificationCache {
NotificationCache(); NotificationCache();
~NotificationCache(); ~NotificationCache();
void Rebuild(const NotificationList::Notifications& notificaitons); void Rebuild(const NotificationList::Notifications& notifications);
void RecountUnread(); void RecountUnread();
NotificationList::Notifications visible_notifications; NotificationList::Notifications visible_notifications;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment