| Index: chrome/browser/services/gcm/push_messaging_infobar_delegate.h
|
| diff --git a/chrome/browser/services/gcm/push_messaging_infobar_delegate.h b/chrome/browser/services/gcm/push_messaging_infobar_delegate.h
|
| index caf4d326b2a98b8d60daf31cda02324edfdd3659..702220a0a225f866c4a1cba78555c1f5a3d1f6c7 100644
|
| --- a/chrome/browser/services/gcm/push_messaging_infobar_delegate.h
|
| +++ b/chrome/browser/services/gcm/push_messaging_infobar_delegate.h
|
| @@ -32,11 +32,11 @@ class PushMessagingInfoBarDelegate : public PermissionInfobarDelegate {
|
| const GURL& requesting_frame,
|
| const std::string& display_languages,
|
| ContentSettingsType type);
|
| - virtual ~PushMessagingInfoBarDelegate();
|
| + ~PushMessagingInfoBarDelegate() override;
|
|
|
| // ConfirmInfoBarDelegate:
|
| - virtual base::string16 GetMessageText() const override;
|
| - virtual int GetIconID() const override;
|
| + base::string16 GetMessageText() const override;
|
| + int GetIconID() const override;
|
|
|
| const GURL requesting_origin_;
|
| const std::string display_languages_;
|
|
|