Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / hung_plugin_tab_helper.cc
index 78f0759..1b6d092 100644 (file)
@@ -140,14 +140,14 @@ class HungPluginInfoBarDelegate : public ConfirmInfoBarDelegate {
   HungPluginInfoBarDelegate(HungPluginTabHelper* helper,
                             int plugin_child_id,
                             const base::string16& plugin_name);
-  virtual ~HungPluginInfoBarDelegate();
+  ~HungPluginInfoBarDelegate() override;
 
   // ConfirmInfoBarDelegate:
-  virtual int GetIconID() const OVERRIDE;
-  virtual base::string16 GetMessageText() const OVERRIDE;
-  virtual int GetButtons() const OVERRIDE;
-  virtual base::string16 GetButtonLabel(InfoBarButton button) const OVERRIDE;
-  virtual bool Accept() OVERRIDE;
+  int GetIconID() const override;
+  base::string16 GetMessageText() const override;
+  int GetButtons() const override;
+  base::string16 GetButtonLabel(InfoBarButton button) const override;
+  bool Accept() override;
 
   HungPluginTabHelper* helper_;
   int plugin_child_id_;