Index: chrome/browser/ui/views/find_bar_host_win.cc |
diff --git a/chrome/browser/ui/views/find_bar_host_win.cc b/chrome/browser/ui/views/find_bar_host_win.cc |
index d63a111a79107a9efc157ed3097ff717a3c3dff1..8a9cac8ecdfccbef25e590ee23881ab1eef331cc 100644 |
--- a/chrome/browser/ui/views/find_bar_host_win.cc |
+++ b/chrome/browser/ui/views/find_bar_host_win.cc |
@@ -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); |