| Index: chrome/browser/ui/views/find_bar_host_aura.cc
|
| diff --git a/chrome/browser/ui/views/find_bar_host_aura.cc b/chrome/browser/ui/views/find_bar_host_aura.cc
|
| index a089f7095174e806b01579b2540c0b336bfc7e21..9331c92f8eb934edc16c8e4694deedde6287e414 100644
|
| --- a/chrome/browser/ui/views/find_bar_host_aura.cc
|
| +++ b/chrome/browser/ui/views/find_bar_host_aura.cc
|
| @@ -5,7 +5,7 @@
|
| #include "chrome/browser/ui/views/find_bar_host.h"
|
|
|
| #include "base/logging.h"
|
| -#include "ui/base/event.h"
|
| +#include "ui/base/events/event.h"
|
|
|
| void FindBarHost::AudibleAlert() {
|
| #if defined(OS_WIN)
|
|
|