| 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,
|
|
|