| Index: chrome/browser/ui/views/find_bar_host_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/find_bar_host_gtk.cc (revision 76500)
|
| +++ chrome/browser/ui/views/find_bar_host_gtk.cc (working copy)
|
| @@ -4,11 +4,11 @@
|
|
|
| #include "chrome/browser/ui/views/find_bar_host.h"
|
|
|
| -#include "chrome/browser/tab_contents/tab_contents.h"
|
| -#include "chrome/browser/tab_contents/tab_contents_view.h"
|
| #include "chrome/browser/ui/find_bar/find_bar_controller.h"
|
| #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
|
| #include "chrome/browser/ui/views/frame/browser_view.h"
|
| +#include "content/browser/tab_contents/tab_contents.h"
|
| +#include "content/browser/tab_contents/tab_contents_view.h"
|
| #include "views/widget/widget_gtk.h"
|
|
|
| void FindBarHost::AudibleAlert() {
|
|
|