| Index: views/controls/native_control.h
|
| ===================================================================
|
| --- views/controls/native_control.h (revision 58386)
|
| +++ views/controls/native_control.h (working copy)
|
| @@ -8,7 +8,7 @@
|
|
|
| #include <windows.h>
|
|
|
| -#include "base/keyboard_codes.h"
|
| +#include "app/keyboard_codes.h"
|
| #include "views/view.h"
|
|
|
| namespace views {
|
| @@ -81,7 +81,7 @@
|
|
|
| // Invoked when a key is pressed on the control.
|
| // Should return true if the key message was processed, false otherwise.
|
| - virtual bool OnKeyDown(base::KeyboardCode virtual_key_code) { return false; }
|
| + virtual bool OnKeyDown(app::KeyboardCode virtual_key_code) { return false; }
|
|
|
| // Returns additional extended style flags. When subclasses call
|
| // CreateWindowEx in order to create the underlying control, they must OR the
|
|
|