| Index: chrome/browser/ui/gtk/reload_button_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/reload_button_gtk.h b/chrome/browser/ui/gtk/reload_button_gtk.h
|
| index 08230356bcb35443bcae22b998b6bfee304bbc85..beff4583b8514675f736698797ddf5af757ff4b2 100644
|
| --- a/chrome/browser/ui/gtk/reload_button_gtk.h
|
| +++ b/chrome/browser/ui/gtk/reload_button_gtk.h
|
| @@ -9,6 +9,7 @@
|
| #include <gtk/gtk.h>
|
|
|
| #include "base/basictypes.h"
|
| +#include "base/compiler_specific.h"
|
| #include "base/timer.h"
|
| #include "chrome/browser/ui/gtk/custom_button.h"
|
| #include "content/public/browser/notification_observer.h"
|
| @@ -36,7 +37,7 @@ class ReloadButtonGtk : public content::NotificationObserver {
|
| // Provide content::NotificationObserver implementation.
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details);
|
| + const content::NotificationDetails& details) OVERRIDE;
|
|
|
| private:
|
| friend class ReloadButtonGtkTest;
|
|
|