| Index: chrome/browser/ui/views/find_bar_host_aura.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/find_bar_host_aura.cc (revision 150588)
|
| +++ chrome/browser/ui/views/find_bar_host_aura.cc (working copy)
|
| @@ -5,6 +5,7 @@
|
| #include "chrome/browser/ui/views/find_bar_host.h"
|
|
|
| #include "base/logging.h"
|
| +#include "ui/base/event.h"
|
|
|
| void FindBarHost::AudibleAlert() {
|
| #if defined(OS_WIN)
|
| @@ -16,6 +17,6 @@
|
| }
|
|
|
| bool FindBarHost::ShouldForwardKeyEventToWebpageNative(
|
| - const views::KeyEvent& key_event) {
|
| + const ui::KeyEvent& key_event) {
|
| return true;
|
| }
|
|
|