Index: chrome/test/automated_ui_tests/automated_ui_tests.h |
diff --git a/chrome/test/automated_ui_tests/automated_ui_tests.h b/chrome/test/automated_ui_tests/automated_ui_tests.h |
index d26675c535535adbf87e7caf8e72384b5e92905b..ef7b1f381036241e39ab82d946a4735956eceea8 100644 |
--- a/chrome/test/automated_ui_tests/automated_ui_tests.h |
+++ b/chrome/test/automated_ui_tests/automated_ui_tests.h |
@@ -103,7 +103,7 @@ |
#include <string> |
-#include "base/keyboard_codes.h" |
+#include "app/keyboard_codes.h" |
#include "chrome/test/automated_ui_tests/automated_ui_test_base.h" |
#include "chrome/test/ui/ui_test.h" |
@@ -295,7 +295,7 @@ class AutomatedUITest : public AutomatedUITestBase { |
// Calls SimulateOSKeyPress on the active window. Simulates a key press at |
// the OS level. |key| is the key pressed and |flags| specifies which |
// modifiers keys are also pressed (as defined in chrome/views/event.h). |
- bool SimulateKeyPressInActiveWindow(base::KeyboardCode key, int flags); |
+ bool SimulateKeyPressInActiveWindow(app::KeyboardCode key, int flags); |
// Opens init file, reads it into the reader, and closes the file. |
// Returns false if there are any errors. |