Index: chrome/browser/ui/cocoa/tab_strip_controller.mm |
=================================================================== |
--- chrome/browser/ui/cocoa/tab_strip_controller.mm (revision 68014) |
+++ chrome/browser/ui/cocoa/tab_strip_controller.mm (working copy) |
@@ -25,7 +25,6 @@ |
#include "chrome/browser/tab_contents/navigation_entry.h" |
#include "chrome/browser/tab_contents/tab_contents.h" |
#include "chrome/browser/tab_contents/tab_contents_view.h" |
-#include "chrome/browser/tab_contents_wrapper.h" |
#include "chrome/browser/tabs/tab_strip_model.h" |
#include "chrome/browser/ui/browser.h" |
#include "chrome/browser/ui/browser_navigator.h" |
@@ -40,6 +39,7 @@ |
#import "chrome/browser/ui/cocoa/throbber_view.h" |
#include "chrome/browser/ui/find_bar/find_bar.h" |
#include "chrome/browser/ui/find_bar/find_bar_controller.h" |
+#include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h" |
#include "grit/app_resources.h" |
#include "grit/generated_resources.h" |
#include "grit/theme_resources.h" |