| Index: chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.h b/chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.h
|
| index 44d2d6e27b174d7e0bad515336d78e1d5173ab13..3db328b544117cbbe21f7a0b2e58e2464f0f8562 100644
|
| --- a/chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.h
|
| +++ b/chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.h
|
| @@ -7,6 +7,7 @@
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| +#include "base/compiler_specific.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| #include "ui/base/gtk/gtk_signal.h"
|
| @@ -36,7 +37,7 @@ class BookmarkBarInstructionsGtk : public content::NotificationObserver {
|
| // Overridden from content::NotificationObserver:
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details);
|
| + const content::NotificationDetails& details) OVERRIDE;
|
|
|
| CHROMEGTK_CALLBACK_0(BookmarkBarInstructionsGtk, void, OnButtonClick);
|
|
|
|
|