| Index: chrome/browser/ui/views/compact_nav/compact_location_bar_view.cc
|
| diff --git a/chrome/browser/ui/views/compact_nav/compact_location_bar_view.cc b/chrome/browser/ui/views/compact_nav/compact_location_bar_view.cc
|
| index cf682d36e8c24af034dcb667a8d19e2fdd0edb7c..2f229567142e4286b49e35f438d969d5c9f55649 100644
|
| --- a/chrome/browser/ui/views/compact_nav/compact_location_bar_view.cc
|
| +++ b/chrome/browser/ui/views/compact_nav/compact_location_bar_view.cc
|
| @@ -17,10 +17,10 @@
|
| #include "chrome/browser/favicon/favicon_tab_helper.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/themes/theme_service.h"
|
| +#include "chrome/browser/ui/event_disposition_utils.h"
|
| #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
|
| #include "chrome/browser/ui/view_ids.h"
|
| #include "chrome/browser/ui/views/compact_nav/compact_location_bar_view_host.h"
|
| -#include "chrome/browser/ui/views/event_utils.h"
|
| #include "chrome/browser/ui/views/frame/browser_view.h"
|
| #include "chrome/browser/ui/views/location_bar/location_bar_view.h"
|
| #include "chrome/browser/ui/views/reload_button.h"
|
|
|