| Index: chrome/browser/notifications/desktop_notification_infobar_delegate.h
|
| diff --git a/chrome/browser/notifications/desktop_notification_infobar_delegate.h b/chrome/browser/notifications/desktop_notification_infobar_delegate.h
|
| index bed0eb5aec414202c738e604880812b09c845b8d..4f5b8769ff83762606e1fbe4f1cade21541c0c2b 100644
|
| --- a/chrome/browser/notifications/desktop_notification_infobar_delegate.h
|
| +++ b/chrome/browser/notifications/desktop_notification_infobar_delegate.h
|
| @@ -28,8 +28,8 @@ class DesktopNotificationInfoBarDelegate : public PermissionInfobarDelegate {
|
| virtual ~DesktopNotificationInfoBarDelegate();
|
|
|
| // PermissionInfoBarDelegate:
|
| - virtual base::string16 GetMessageText() const OVERRIDE;
|
| - virtual int GetIconID() const OVERRIDE;
|
| + virtual base::string16 GetMessageText() const override;
|
| + virtual int GetIconID() const override;
|
|
|
| GURL requesting_frame_;
|
| std::string display_languages_;
|
|
|