Index: chrome/browser/ui/hung_plugin_tab_helper.cc |
diff --git a/chrome/browser/ui/hung_plugin_tab_helper.cc b/chrome/browser/ui/hung_plugin_tab_helper.cc |
index 78f07595eedd07f0b5049ff5dfe7ac1714c5eba1..34027262df3d58d8e74c8efa8ad447998972f53c 100644 |
--- a/chrome/browser/ui/hung_plugin_tab_helper.cc |
+++ b/chrome/browser/ui/hung_plugin_tab_helper.cc |
@@ -143,11 +143,11 @@ class HungPluginInfoBarDelegate : public ConfirmInfoBarDelegate { |
virtual ~HungPluginInfoBarDelegate(); |
// 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; |
+ 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; |
HungPluginTabHelper* helper_; |
int plugin_child_id_; |