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

Unified Diff: chrome/browser/ui/gtk/first_run_dialog.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
« no previous file with comments | « chrome/browser/ui/gtk/find_bar_gtk.h ('k') | chrome/browser/ui/gtk/global_history_menu.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/first_run_dialog.h
diff --git a/chrome/browser/ui/gtk/first_run_dialog.h b/chrome/browser/ui/gtk/first_run_dialog.h
index 4902b1b39aae9e4f248fe7fb4e2ba0b1718881a2..67b8e6d56f92489e93736e8d19fd79e3c0cb7b94 100644
--- a/chrome/browser/ui/gtk/first_run_dialog.h
+++ b/chrome/browser/ui/gtk/first_run_dialog.h
@@ -9,6 +9,7 @@
typedef struct _GtkButton GtkButton;
typedef struct _GtkWidget GtkWidget;
+#include "base/compiler_specific.h"
#include "chrome/browser/first_run/first_run.h"
#include "chrome/browser/search_engines/template_url_service_observer.h"
#include "ui/base/gtk/gtk_signal.h"
@@ -21,7 +22,7 @@ class FirstRunDialog : public TemplateURLServiceObserver {
// Displays the first run UI for reporting opt-in, import data etc.
static bool Show(Profile* profile, bool randomize_search_engine_order);
- virtual void OnTemplateURLServiceChanged();
+ virtual void OnTemplateURLServiceChanged() OVERRIDE;
private:
FirstRunDialog(Profile* profile,
« no previous file with comments | « chrome/browser/ui/gtk/find_bar_gtk.h ('k') | chrome/browser/ui/gtk/global_history_menu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698