| Index: content/browser/frame_host/popup_menu_helper_mac.h
|
| diff --git a/content/browser/frame_host/popup_menu_helper_mac.h b/content/browser/frame_host/popup_menu_helper_mac.h
|
| index 70000d6af725a31d1e3bce5629a694007f980587..e92aa10340f28083e5f8462036a4b204e46c42db 100644
|
| --- a/content/browser/frame_host/popup_menu_helper_mac.h
|
| +++ b/content/browser/frame_host/popup_menu_helper_mac.h
|
| @@ -50,9 +50,9 @@ class PopupMenuHelper : public NotificationObserver {
|
| virtual RenderWidgetHostViewMac* GetRenderWidgetHostView() const;
|
|
|
| // NotificationObserver implementation:
|
| - virtual void Observe(int type,
|
| - const NotificationSource& source,
|
| - const NotificationDetails& details) override;
|
| + void Observe(int type,
|
| + const NotificationSource& source,
|
| + const NotificationDetails& details) override;
|
|
|
| NotificationRegistrar notification_registrar_;
|
| RenderFrameHostImpl* render_frame_host_;
|
|
|