Index: chrome/browser/notifications/sync_notifier/synced_notification_app_info.h |
diff --git a/chrome/browser/notifications/sync_notifier/synced_notification_app_info.h b/chrome/browser/notifications/sync_notifier/synced_notification_app_info.h |
index 5f1227ba155af7f966a25fe15fc9accb4fb90d8a..d68b26a7cee272840dd09cd9d02639e39bb4b17f 100644 |
--- a/chrome/browser/notifications/sync_notifier/synced_notification_app_info.h |
+++ b/chrome/browser/notifications/sync_notifier/synced_notification_app_info.h |
@@ -72,7 +72,7 @@ class SyncedNotificationAppInfo : public chrome::ImageHolderDelegate { |
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 notfications. |
+ // ids so we can later remove any affected notifications. |
void set_removed_app_ids(std::vector<std::string> removed_app_ids) { |
removed_app_ids_ = removed_app_ids; |
} |