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

Unified Diff: chrome/browser/ui/gtk/infobars/before_translate_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/before_translate_infobar_gtk.h
diff --git a/chrome/browser/ui/gtk/infobars/before_translate_infobar_gtk.h b/chrome/browser/ui/gtk/infobars/before_translate_infobar_gtk.h
index 1f3a7116b331537957951edde0b6df14f3ee072b..8357eef8943e0fb848cb4988c05f4ed33cb13115 100644
--- a/chrome/browser/ui/gtk/infobars/before_translate_infobar_gtk.h
+++ b/chrome/browser/ui/gtk/infobars/before_translate_infobar_gtk.h
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_UI_GTK_INFOBARS_BEFORE_TRANSLATE_INFOBAR_GTK_H_
#pragma once
+#include "base/compiler_specific.h"
#include "chrome/browser/ui/gtk/infobars/translate_infobar_base_gtk.h"
class TranslateInfoBarDelegate;
@@ -17,10 +18,10 @@ class BeforeTranslateInfoBar : public TranslateInfoBarBase {
virtual ~BeforeTranslateInfoBar();
// Overridden from TranslateInfoBarBase:
- virtual void Init();
+ virtual void Init() OVERRIDE;
protected:
- virtual bool ShowOptionsMenuButton() const;
+ virtual bool ShowOptionsMenuButton() const OVERRIDE;
private:
CHROMEGTK_CALLBACK_0(BeforeTranslateInfoBar, void, OnLanguageModified);
« no previous file with comments | « chrome/browser/ui/gtk/infobars/after_translate_infobar_gtk.h ('k') | chrome/browser/ui/gtk/infobars/extension_infobar_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698