| Index: chrome/browser/ui/browser_list.cc
|
| ===================================================================
|
| --- chrome/browser/ui/browser_list.cc (revision 78506)
|
| +++ chrome/browser/ui/browser_list.cc (working copy)
|
| @@ -12,11 +12,11 @@
|
| #include "chrome/browser/browser_shutdown.h"
|
| #include "chrome/browser/browser_window.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| -#include "chrome/common/result_codes.h"
|
| #include "content/browser/renderer_host/render_process_host.h"
|
| #include "content/browser/tab_contents/navigation_controller.h"
|
| #include "content/common/notification_registrar.h"
|
| #include "content/common/notification_service.h"
|
| +#include "content/common/result_codes.h"
|
|
|
| #if defined(OS_MACOSX)
|
| #include "chrome/browser/chrome_browser_application_mac.h"
|
|
|