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 63124e13d15e3f4f60b90c9dff085d9340eaa5dc..c86e8d245f81c42d6f3afb373b2431cae9ad97a5 100644 |
--- a/content/browser/tab_contents/popup_menu_helper_mac.h |
+++ b/content/browser/tab_contents/popup_menu_helper_mac.h |
@@ -13,6 +13,7 @@ |
#include "ui/gfx/rect.h" |
class RenderViewHost; |
+class RenderViewHostImpl; |
struct WebMenuItem; |
class PopupMenuHelper : public content::NotificationObserver { |
@@ -39,7 +40,7 @@ class PopupMenuHelper : public content::NotificationObserver { |
content::NotificationRegistrar notification_registrar_; |
- RenderViewHost* render_view_host_; |
+ RenderViewHostImpl* render_view_host_; |
DISALLOW_COPY_AND_ASSIGN(PopupMenuHelper); |
}; |