Index: chrome/test/render_view_test.cc |
=================================================================== |
--- chrome/test/render_view_test.cc (revision 71854) |
+++ chrome/test/render_view_test.cc (working copy) |
@@ -29,7 +29,7 @@ |
#include "webkit/glue/webkit_glue.h" |
#if defined(OS_LINUX) |
-#include "app/event_synthesis_gtk.h" |
+#include "ui/base/gtk/event_synthesis_gtk.h" |
#endif |
using WebKit::WebFrame; |
@@ -213,7 +213,7 @@ |
// We ignore |layout|, which means we are only testing the layout of the |
// current locale. TODO(estade): fix this to respect |layout|. |
std::vector<GdkEvent*> events; |
- app::SynthesizeKeyPressEvents( |
+ ui::SynthesizeKeyPressEvents( |
NULL, static_cast<ui::KeyboardCode>(key_code), |
modifiers & (MockKeyboard::LEFT_CONTROL | MockKeyboard::RIGHT_CONTROL), |
modifiers & (MockKeyboard::LEFT_SHIFT | MockKeyboard::RIGHT_SHIFT), |