Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(263)

Unified Diff: ui/message_center/message_center_impl.h

Issue 161173004: Fix misspelling of notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698