Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / notifications / desktop_notification_infobar_delegate.h
index bed0eb5..7d02942 100644 (file)
@@ -25,11 +25,11 @@ class DesktopNotificationInfoBarDelegate : public PermissionInfobarDelegate {
                                      const GURL& requesting_frame,
                                      int contents_unique_id,
                                      const std::string& display_languages);
-  virtual ~DesktopNotificationInfoBarDelegate();
+  ~DesktopNotificationInfoBarDelegate() override;
 
   // PermissionInfoBarDelegate:
-  virtual base::string16 GetMessageText() const OVERRIDE;
-  virtual int GetIconID() const OVERRIDE;
+  base::string16 GetMessageText() const override;
+  int GetIconID() const override;
 
   GURL requesting_frame_;
   std::string display_languages_;