| Index: chrome/browser/notifications/notification_object_proxy.h
|
| diff --git a/chrome/browser/notifications/notification_object_proxy.h b/chrome/browser/notifications/notification_object_proxy.h
|
| index efb0fc169d383be068c1c89f9f474a099f21f391..6373a1167a0d0de2d24bdbf76c9a7034e71e27a0 100644
|
| --- a/chrome/browser/notifications/notification_object_proxy.h
|
| +++ b/chrome/browser/notifications/notification_object_proxy.h
|
| @@ -22,11 +22,11 @@ class NotificationObjectProxy
|
| int notification_id, bool worker);
|
|
|
| // NotificationDelegate implementation.
|
| - virtual void Display();
|
| - virtual void Error();
|
| - virtual void Close(bool by_user);
|
| - virtual void Click();
|
| - virtual std::string id() const;
|
| + virtual void Display() OVERRIDE;
|
| + virtual void Error() OVERRIDE;
|
| + virtual void Close(bool by_user) OVERRIDE;
|
| + virtual void Click() OVERRIDE;
|
| + virtual std::string id() const OVERRIDE;
|
|
|
| protected:
|
| friend class base::RefCountedThreadSafe<NotificationObjectProxy>;
|
|
|