| Index: chrome/browser/app_controller_mac.mm
|
| ===================================================================
|
| --- chrome/browser/app_controller_mac.mm (revision 76326)
|
| +++ chrome/browser/app_controller_mac.mm (working copy)
|
| @@ -15,7 +15,6 @@
|
| #include "chrome/browser/background_application_list_model.h"
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/browser_shutdown.h"
|
| -#include "chrome/browser/browser_thread.h"
|
| #include "chrome/browser/command_updater.h"
|
| #include "chrome/browser/download/download_manager.h"
|
| #include "chrome/browser/metrics/user_metrics.h"
|
| @@ -25,7 +24,6 @@
|
| #include "chrome/browser/sync/profile_sync_service.h"
|
| #include "chrome/browser/sync/sync_ui_util.h"
|
| #include "chrome/browser/sync/sync_ui_util_mac.h"
|
| -#include "chrome/browser/tab_contents/tab_contents.h"
|
| #include "chrome/browser/ui/browser.h"
|
| #include "chrome/browser/ui/browser_init.h"
|
| #include "chrome/browser/ui/browser_list.h"
|
| @@ -50,6 +48,8 @@
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/notification_service.h"
|
| #include "chrome/common/url_constants.h"
|
| +#include "content/browser/browser_thread.h"
|
| +#include "content/browser/tab_contents/tab_contents.h"
|
| #include "grit/chromium_strings.h"
|
| #include "grit/generated_resources.h"
|
| #include "net/base/net_util.h"
|
|
|