Index: views/controls/textfield/textfield.h |
=================================================================== |
--- views/controls/textfield/textfield.h (revision 58389) |
+++ views/controls/textfield/textfield.h (working copy) |
@@ -14,8 +14,8 @@ |
#include <string> |
-#include "app/keyboard_codes.h" |
#include "base/basictypes.h" |
+#include "base/keyboard_codes.h" |
#if !defined(OS_LINUX) |
#include "base/logging.h" |
#endif |
@@ -65,7 +65,7 @@ |
} |
const GdkEventKey* event() const { return &event_; } |
#endif |
- app::KeyboardCode GetKeyboardCode() const; |
+ base::KeyboardCode GetKeyboardCode() const; |
bool IsControlHeld() const; |
bool IsShiftHeld() const; |