| Index: ui/views/examples/textfield_example.h
|
| ===================================================================
|
| --- ui/views/examples/textfield_example.h (revision 150588)
|
| +++ ui/views/examples/textfield_example.h (working copy)
|
| @@ -33,7 +33,7 @@
|
| virtual void ContentsChanged(Textfield* sender,
|
| const string16& new_contents) OVERRIDE;
|
| virtual bool HandleKeyEvent(Textfield* sender,
|
| - const KeyEvent& key_event) OVERRIDE;
|
| + const ui::KeyEvent& key_event) OVERRIDE;
|
|
|
| // ButtonListener:
|
| virtual void ButtonPressed(Button* sender, const Event& event) OVERRIDE;
|
|
|