| Index: content/browser/tab_contents/popup_menu_helper_mac.h
|
| diff --git a/content/browser/tab_contents/popup_menu_helper_mac.h b/content/browser/tab_contents/popup_menu_helper_mac.h
|
| index 0e134b2b33dbb591e5deec2d3eb0140128ccabce..63124e13d15e3f4f60b90c9dff085d9340eaa5dc 100644
|
| --- a/content/browser/tab_contents/popup_menu_helper_mac.h
|
| +++ b/content/browser/tab_contents/popup_menu_helper_mac.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include <vector>
|
|
|
| +#include "base/compiler_specific.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| #include "ui/gfx/rect.h"
|
| @@ -34,7 +35,7 @@ class PopupMenuHelper : public content::NotificationObserver {
|
| // content::NotificationObserver implementation:
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details);
|
| + const content::NotificationDetails& details) OVERRIDE;
|
|
|
| content::NotificationRegistrar notification_registrar_;
|
|
|
|
|