Index: chrome/browser/ui/find_bar/find_tab_helper.cc |
diff --git a/chrome/browser/ui/find_bar/find_tab_helper.cc b/chrome/browser/ui/find_bar/find_tab_helper.cc |
index 4a691efce2b6970241de2b1007016935dc801611..5807cfb93aca74c5f2018c7cc01fa5059f2b6625 100644 |
--- a/chrome/browser/ui/find_bar/find_tab_helper.cc |
+++ b/chrome/browser/ui/find_bar/find_tab_helper.cc |
@@ -8,10 +8,10 @@ |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/ui/find_bar/find_bar_state.h" |
-#include "chrome/common/notification_service.h" |
#include "chrome/common/render_messages.h" |
#include "content/browser/renderer_host/render_view_host.h" |
#include "content/browser/tab_contents/tab_contents.h" |
+#include "content/common/notification_service.h" |
// static |
int FindTabHelper::find_request_id_counter_ = -1; |