Index: chrome/test/render_view_test.cc |
=================================================================== |
--- chrome/test/render_view_test.cc (revision 71220) |
+++ chrome/test/render_view_test.cc (working copy) |
@@ -206,7 +206,7 @@ |
// current locale. TODO(estade): fix this to respect |layout|. |
std::vector<GdkEvent*> events; |
app::SynthesizeKeyPressEvents( |
- NULL, static_cast<app::KeyboardCode>(key_code), |
+ NULL, static_cast<ui::KeyboardCode>(key_code), |
modifiers & (MockKeyboard::LEFT_CONTROL | MockKeyboard::RIGHT_CONTROL), |
modifiers & (MockKeyboard::LEFT_SHIFT | MockKeyboard::RIGHT_SHIFT), |
modifiers & (MockKeyboard::LEFT_ALT | MockKeyboard::RIGHT_ALT), |