| Index: chrome/browser/notifications/desktop_notification_service.h
|
| diff --git a/chrome/browser/notifications/desktop_notification_service.h b/chrome/browser/notifications/desktop_notification_service.h
|
| index 075e42569efcf87dc7fd028952a8d436802e3612..79c878b161daf15fedbe7e80a4e32fc273929e6d 100644
|
| --- a/chrome/browser/notifications/desktop_notification_service.h
|
| +++ b/chrome/browser/notifications/desktop_notification_service.h
|
| @@ -79,7 +79,7 @@ class DesktopNotificationService : public content::NotificationObserver,
|
| // content::NotificationObserver implementation.
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details);
|
| + const content::NotificationDetails& details) OVERRIDE;
|
|
|
| // Creates a data:xxxx URL which contains the full HTML for a notification
|
| // using supplied icon, title, and text, run through a template which contains
|
|
|