Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: chrome/browser/ui/gtk/infobars/translate_message_infobar_gtk.h

Issue 8632022: Add OVERRIDE to chrome/browser/ui/gtk/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/gtk/infobars/translate_message_infobar_gtk.h
diff --git a/chrome/browser/ui/gtk/infobars/translate_message_infobar_gtk.h b/chrome/browser/ui/gtk/infobars/translate_message_infobar_gtk.h
index b13c926eb75f3f81df2bcd5140c3945f2ab01711..673bef976e2501ac72cfafbaa6ea244bb3fefe1a 100644
--- a/chrome/browser/ui/gtk/infobars/translate_message_infobar_gtk.h
+++ b/chrome/browser/ui/gtk/infobars/translate_message_infobar_gtk.h
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_UI_GTK_INFOBARS_TRANSLATE_MESSAGE_INFOBAR_GTK_H_
#pragma once
+#include "base/compiler_specific.h"
#include "chrome/browser/ui/gtk/infobars/translate_infobar_base_gtk.h"
class TranslateInfoBarDelegate;
@@ -17,7 +18,7 @@ class TranslateMessageInfoBar : public TranslateInfoBarBase {
virtual ~TranslateMessageInfoBar();
// Overridden from TranslateInfoBarBase:
- virtual void Init();
+ virtual void Init() OVERRIDE;
private:
CHROMEGTK_CALLBACK_0(TranslateMessageInfoBar, void, OnButtonPressed);
« no previous file with comments | « chrome/browser/ui/gtk/infobars/translate_infobar_base_gtk.h ('k') | chrome/browser/ui/gtk/js_modal_dialog_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698