| 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 21d0ff3c269c2573f25581174fab661f492511f9..f85f3abc65d50d7b2a8e22b8556ea4a912f28e7c 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.
|
|
|