Index: trunk/src/chrome/browser/notifications/sync_notifier/synced_notification_app_info.h |
=================================================================== |
--- trunk/src/chrome/browser/notifications/sync_notifier/synced_notification_app_info.h (revision 268216) |
+++ trunk/src/chrome/browser/notifications/sync_notifier/synced_notification_app_info.h (working copy) |
@@ -72,7 +72,7 @@ |
std::vector<std::string> added_app_ids() { return added_app_ids_; } |
// If an app info is updated removing app ids, keep track of the removed app |
- // ids so we can later remove any affected notifications. |
+ // ids so we can later remove any affected notfications. |
void set_removed_app_ids(std::vector<std::string> removed_app_ids) { |
removed_app_ids_ = removed_app_ids; |
} |