Chromium Code Reviews| Index: chrome/test/ui_test_utils.cc |
| diff --git a/chrome/test/ui_test_utils.cc b/chrome/test/ui_test_utils.cc |
| index 9c86038a1ce1204ed49fe0742a17ad9922056304..ad0d3a72eb9cbac8ead4f79aee87fc093649b32d 100644 |
| --- a/chrome/test/ui_test_utils.cc |
| +++ b/chrome/test/ui_test_utils.cc |
| @@ -551,7 +551,7 @@ void WaitForBookmarkModelToLoad(BookmarkModel* model) { |
| } |
| bool SendKeyPressSync(gfx::NativeWindow window, |
| - base::KeyboardCode key, |
| + app::KeyboardCode key, |
| bool control, |
| bool shift, |
| bool alt, |