| Index: chrome/browser/extensions/app_notification_manager.h
|
| diff --git a/chrome/browser/extensions/app_notification_manager.h b/chrome/browser/extensions/app_notification_manager.h
|
| index 90b92535781826e4cc1e6ceec9d65471aef4b82b..af9636292b6e7ff928f152f05adcf9f5e85337b7 100644
|
| --- a/chrome/browser/extensions/app_notification_manager.h
|
| +++ b/chrome/browser/extensions/app_notification_manager.h
|
| @@ -126,7 +126,7 @@ class AppNotificationManager
|
|
|
| void DeleteOnFileThread(const std::string& extension_id);
|
|
|
| - // Gets notficiations for a given extension id.
|
| + // Gets notifications for a given extension id.
|
| AppNotificationList& GetAllInternal(const std::string& extension_id);
|
|
|
| // Removes the notification with given extension id and given guid.
|
|
|