diff options
Diffstat (limited to 'chrome/browser/ui/views/find_bar_host.cc')
-rw-r--r-- | chrome/browser/ui/views/find_bar_host.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/views/find_bar_host.cc b/chrome/browser/ui/views/find_bar_host.cc index 3926e70..e86e435 100644 --- a/chrome/browser/ui/views/find_bar_host.cc +++ b/chrome/browser/ui/views/find_bar_host.cc @@ -5,10 +5,10 @@ #include "chrome/browser/views/find_bar_host.h" #include "app/keyboard_codes.h" -#include "chrome/browser/browser.h" #include "chrome/browser/browser_process.h" #include "chrome/browser/find_bar_controller.h" #include "chrome/browser/renderer_host/render_view_host.h" +#include "chrome/browser/ui/browser.h" #include "chrome/browser/view_ids.h" #include "chrome/browser/views/find_bar_view.h" #include "chrome/browser/views/frame/browser_view.h" |