summaryrefslogtreecommitdiffstats
path: root/views/controls/textfield/native_textfield_views.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/textfield/native_textfield_views.h')
-rw-r--r--views/controls/textfield/native_textfield_views.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/textfield/native_textfield_views.h b/views/controls/textfield/native_textfield_views.h
index 4bf2be0..3a961fd 100644
--- a/views/controls/textfield/native_textfield_views.h
+++ b/views/controls/textfield/native_textfield_views.h
@@ -57,7 +57,7 @@ class NativeTextfieldViews : public views::View,
virtual void WillGainFocus();
virtual void DidGainFocus();
virtual void WillLoseFocus();
- virtual gfx::NativeCursor GetCursorForPoint(Event::EventType event_type,
+ virtual gfx::NativeCursor GetCursorForPoint(ui::EventType event_type,
const gfx::Point& p);
// views::ContextMenuController overrides: