Index: chrome/browser/ui/cocoa/browser_window_controller.mm |
=================================================================== |
--- chrome/browser/ui/cocoa/browser_window_controller.mm (revision 68025) |
+++ chrome/browser/ui/cocoa/browser_window_controller.mm (working copy) |
@@ -16,14 +16,12 @@ |
#include "chrome/app/chrome_command_ids.h" // IDC_* |
#include "chrome/browser/bookmarks/bookmark_editor.h" |
#include "chrome/browser/google/google_util.h" |
-#include "chrome/browser/location_bar.h" |
#include "chrome/browser/profile.h" |
#include "chrome/browser/renderer_host/render_widget_host_view.h" |
#include "chrome/browser/sync/profile_sync_service.h" |
#include "chrome/browser/sync/sync_ui_util_mac.h" |
#include "chrome/browser/tab_contents/tab_contents.h" |
#include "chrome/browser/tab_contents/tab_contents_view_mac.h" |
-#include "chrome/browser/tab_contents_wrapper.h" |
#include "chrome/browser/tabs/tab_strip_model.h" |
#include "chrome/browser/themes/browser_theme_provider.h" |
#include "chrome/browser/ui/browser.h" |
@@ -55,6 +53,8 @@ |
#import "chrome/browser/ui/cocoa/tab_view.h" |
#import "chrome/browser/ui/cocoa/tabpose_window.h" |
#import "chrome/browser/ui/cocoa/toolbar_controller.h" |
+#include "chrome/browser/ui/omnibox/location_bar.h" |
+#include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h" |
#include "chrome/browser/ui/tabs/dock_info.h" |
#include "chrome/browser/ui/toolbar/encoding_menu_controller.h" |
#include "chrome/browser/ui/window_sizer.h" |