Index: ui/gfx/native_widget_types.h |
=================================================================== |
--- ui/gfx/native_widget_types.h (revision 150582) |
+++ ui/gfx/native_widget_types.h (working copy) |
@@ -46,9 +46,11 @@ |
class SkRegion; |
namespace aura { |
-class Event; |
class Window; |
} |
+namespace ui { |
+class Event; |
+} |
#endif // defined(USE_AURA) |
#if defined(OS_WIN) |
@@ -101,7 +103,7 @@ |
typedef aura::Window* NativeView; |
typedef aura::Window* NativeWindow; |
typedef SkRegion* NativeRegion; |
-typedef aura::Event* NativeEvent; |
+typedef ui::Event* NativeEvent; |
#elif defined(OS_WIN) |
typedef HCURSOR NativeCursor; |
typedef HWND NativeView; |