| Index: ui/views/examples/textfield_example.h
|
| ===================================================================
|
| --- ui/views/examples/textfield_example.h (revision 151055)
|
| +++ ui/views/examples/textfield_example.h (working copy)
|
| @@ -36,7 +36,7 @@
|
| const ui::KeyEvent& key_event) OVERRIDE;
|
|
|
| // ButtonListener:
|
| - virtual void ButtonPressed(Button* sender, const Event& event) OVERRIDE;
|
| + virtual void ButtonPressed(Button* sender, const ui::Event& event) OVERRIDE;
|
|
|
| // Textfields for name and password.
|
| Textfield* name_;
|
|
|