| Index: chrome/browser/ui/find_bar/find_tab_helper.cc
|
| ===================================================================
|
| --- chrome/browser/ui/find_bar/find_tab_helper.cc (revision 76467)
|
| +++ chrome/browser/ui/find_bar/find_tab_helper.cc (working copy)
|
| @@ -7,11 +7,11 @@
|
| #include <vector>
|
|
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "chrome/browser/renderer_host/render_view_host.h"
|
| -#include "chrome/browser/tab_contents/tab_contents.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"
|
|
|
| // static
|
| int FindTabHelper::find_request_id_counter_ = -1;
|
|
|