| Index: chrome/browser/browser_main.cc
|
| diff --git a/chrome/browser/browser_main.cc b/chrome/browser/browser_main.cc
|
| index 69a0a68720df8da5040cfbe307a3bae878072ef3..4de3a5744dbd2262e5e2a1c479adcd56acbfbb3a 100644
|
| --- a/chrome/browser/browser_main.cc
|
| +++ b/chrome/browser/browser_main.cc
|
| @@ -33,7 +33,6 @@
|
| #include "base/utf_string_conversions.h"
|
| #include "base/values.h"
|
| #include "build/build_config.h"
|
| -#include "chrome/browser/browser.h"
|
| #include "chrome/browser/browser_main_win.h"
|
| #include "chrome/browser/prefs/browser_prefs.h"
|
| #include "chrome/browser/browser_process.h"
|
| @@ -69,6 +68,7 @@
|
| #include "chrome/browser/service/service_process_control_manager.h"
|
| #include "chrome/browser/shell_integration.h"
|
| #include "chrome/browser/translate/translate_manager.h"
|
| +#include "chrome/browser/ui/browser.h"
|
| #include "chrome/browser/ui/browser_init.h"
|
| #include "chrome/common/child_process.h"
|
| #include "chrome/common/chrome_constants.h"
|
|
|