Index: chrome/browser/find_bar_host_browsertest.cc |
=================================================================== |
--- chrome/browser/find_bar_host_browsertest.cc (revision 58389) |
+++ chrome/browser/find_bar_host_browsertest.cc (working copy) |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "app/keyboard_codes.h" |
+#include "base/keyboard_codes.h" |
#include "base/message_loop.h" |
#include "base/string_util.h" |
#include "base/utf_string_conversions.h" |
@@ -721,7 +721,7 @@ |
browser()->window()->GetNativeHandle()); |
// See where Escape is registered. |
- views::Accelerator escape(app::VKEY_ESCAPE, false, false, false); |
+ views::Accelerator escape(base::VKEY_ESCAPE, false, false, false); |
views::AcceleratorTarget* old_target = |
focus_manager->GetCurrentTargetForAccelerator(escape); |
EXPECT_TRUE(old_target != NULL); |