| Index: ui/views/examples/textfield_example.cc
|
| ===================================================================
|
| --- ui/views/examples/textfield_example.cc (revision 150588)
|
| +++ ui/views/examples/textfield_example.cc (working copy)
|
| @@ -5,6 +5,7 @@
|
| #include "ui/views/examples/textfield_example.h"
|
|
|
| #include "base/utf_string_conversions.h"
|
| +#include "ui/base/event.h"
|
| #include "ui/base/range/range.h"
|
| #include "ui/gfx/render_text.h"
|
| #include "ui/views/controls/label.h"
|
| @@ -69,7 +70,7 @@
|
| }
|
|
|
| bool TextfieldExample::HandleKeyEvent(Textfield* sender,
|
| - const KeyEvent& key_event) {
|
| + const ui::KeyEvent& key_event) {
|
| return false;
|
| }
|
|
|
|
|