Index: app/event_synthesis_gtk.h |
=================================================================== |
--- app/event_synthesis_gtk.h (revision 71220) |
+++ app/event_synthesis_gtk.h (working copy) |
@@ -14,7 +14,7 @@ |
#include <gdk/gdkkeysyms.h> |
#include <vector> |
-#include "app/keyboard_codes.h" |
+#include "ui/base/keycodes/keyboard_codes.h" |
namespace app { |
@@ -28,7 +28,7 @@ |
// Ownership of the events in the vector is passed to the caller. |
void SynthesizeKeyPressEvents( |
GdkWindow* window, |
- app::KeyboardCode key, |
+ ui::KeyboardCode key, |
bool control, bool shift, bool alt, |
std::vector<GdkEvent*>* events); |