Index: chrome/browser/chromeos/login/textfield_with_margin.h |
=================================================================== |
--- chrome/browser/chromeos/login/textfield_with_margin.h (revision 150588) |
+++ chrome/browser/chromeos/login/textfield_with_margin.h (working copy) |
@@ -20,7 +20,7 @@ |
protected: |
// Overridden from views::View: |
virtual void Layout() OVERRIDE; |
- virtual bool OnKeyPressed(const views::KeyEvent& e) OVERRIDE; |
+ virtual bool OnKeyPressed(const ui::KeyEvent& e) OVERRIDE; |
private: |
DISALLOW_COPY_AND_ASSIGN(TextfieldWithMargin); |