Index: views/controls/menu/native_menu_host_delegate.h |
=================================================================== |
--- views/controls/menu/native_menu_host_delegate.h (revision 110046) |
+++ views/controls/menu/native_menu_host_delegate.h (working copy) |
@@ -6,9 +6,11 @@ |
#define VIEWS_CONTROLS_MENU_NATIVE_MENU_HOST_DELEGATE_H_ |
namespace views { |
+ |
class MenuHost; |
-class RootView; |
+ |
namespace internal { |
+ |
class NativeWidgetDelegate; |
class NativeMenuHostDelegate { |
@@ -28,4 +30,3 @@ |
} // namespace views |
#endif // VIEWS_CONTROLS_MENU_NATIVE_MENU_HOST_DELEGATE_H_ |
- |