Index: chrome/browser/gtk/find_bar_gtk.cc |
diff --git a/chrome/browser/gtk/find_bar_gtk.cc b/chrome/browser/gtk/find_bar_gtk.cc |
index 8afba9a6d858a950c90a2e6df08b0cdd3dd070ff..aa3429feaf497de131b4cf8be3a221cc1f2864c8 100644 |
--- a/chrome/browser/gtk/find_bar_gtk.cc |
+++ b/chrome/browser/gtk/find_bar_gtk.cc |
@@ -16,7 +16,6 @@ |
#include "base/string_number_conversions.h" |
#include "base/string_util.h" |
#include "base/utf_string_conversions.h" |
-#include "chrome/browser/browser.h" |
#include "chrome/browser/find_bar_controller.h" |
#include "chrome/browser/find_bar_state.h" |
#include "chrome/browser/gtk/browser_window_gtk.h" |
@@ -33,6 +32,7 @@ |
#include "chrome/browser/profile.h" |
#include "chrome/browser/renderer_host/render_view_host.h" |
#include "chrome/browser/tab_contents/tab_contents.h" |
+#include "chrome/browser/ui/browser.h" |
#include "chrome/common/native_web_keyboard_event.h" |
#include "chrome/common/notification_service.h" |
#include "grit/generated_resources.h" |