Index: chrome/test/ui_test_utils.h |
diff --git a/chrome/test/ui_test_utils.h b/chrome/test/ui_test_utils.h |
index 8ca8b0269ef5d48bb12682aa8e34edffd5fa6583..28552d8ffa2eca07380789f4b96ec392ef441e69 100644 |
--- a/chrome/test/ui_test_utils.h |
+++ b/chrome/test/ui_test_utils.h |
@@ -10,8 +10,8 @@ |
#include <string> |
#include <set> |
+#include "app/keyboard_codes.h" |
#include "base/basictypes.h" |
-#include "base/keyboard_codes.h" |
#include "base/message_loop.h" |
#include "base/scoped_temp_dir.h" |
#include "base/string16.h" |
@@ -193,7 +193,7 @@ void WaitForBookmarkModelToLoad(BookmarkModel* model); |
// out. This uses ui_controls::SendKeyPress, see it for details. Returns true |
// if the event was successfully sent and received. |
bool SendKeyPressSync(gfx::NativeWindow window, |
- base::KeyboardCode key, |
+ app::KeyboardCode key, |
bool control, |
bool shift, |
bool alt, |