| Index: content/browser/tab_contents/popup_menu_helper_mac.mm
|
| diff --git a/content/browser/tab_contents/popup_menu_helper_mac.mm b/content/browser/tab_contents/popup_menu_helper_mac.mm
|
| index 02e29a4c8e4a08c688771079cd7001848a239dc9..0d7aaf20242691403a9f8958649543011ea97fae 100644
|
| --- a/content/browser/tab_contents/popup_menu_helper_mac.mm
|
| +++ b/content/browser/tab_contents/popup_menu_helper_mac.mm
|
| @@ -16,6 +16,10 @@
|
| #import "ui/base/cocoa/base_view.h"
|
| #include "webkit/glue/webmenurunner_mac.h"
|
|
|
| +using content::RenderViewHost;
|
| +using content::RenderViewHostImpl;
|
| +using content::RenderWidgetHost;
|
| +
|
| PopupMenuHelper::PopupMenuHelper(RenderViewHost* render_view_host)
|
| : render_view_host_(static_cast<RenderViewHostImpl*>(render_view_host)) {
|
| notification_registrar_.Add(
|
|
|