Index: chrome/browser/ui/views/find_bar_host.cc |
=================================================================== |
--- chrome/browser/ui/views/find_bar_host.cc (revision 71345) |
+++ chrome/browser/ui/views/find_bar_host.cc (working copy) |
@@ -4,10 +4,11 @@ |
#include "chrome/browser/ui/views/find_bar_host.h" |
+#include <algorithm> |
+ |
#include "chrome/browser/renderer_host/render_view_host.h" |
#include "chrome/browser/tab_contents/tab_contents.h" |
#include "chrome/browser/tab_contents/tab_contents_view.h" |
-#include "chrome/browser/ui/browser.h" |
#include "chrome/browser/ui/find_bar/find_bar_controller.h" |
#include "chrome/browser/ui/view_ids.h" |
#include "chrome/browser/ui/views/find_bar_view.h" |