| Index: chrome/browser/ui/views/find_bar_host_win.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/find_bar_host_win.cc (revision 110952)
|
| +++ chrome/browser/ui/views/find_bar_host_win.cc (working copy)
|
| @@ -10,8 +10,8 @@
|
| #include "content/browser/renderer_host/render_view_host.h"
|
| #include "content/browser/tab_contents/tab_contents.h"
|
| #include "content/browser/tab_contents/tab_contents_view.h"
|
| -#include "ui/views/widget/widget.h"
|
| #include "views/controls/scrollbar/native_scroll_bar.h"
|
| +#include "views/widget/widget.h"
|
|
|
| void FindBarHost::AudibleAlert() {
|
| MessageBeep(MB_OK);
|
|
|