| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 059efd26b506f7cdef195a44c7245636f0498256..4f42a36f33c00870773a135baccfd22ddb214bb1 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -143,7 +143,6 @@
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/custom_handlers/protocol_handler.h"
|
| -#include "chrome/common/extensions/background_info.h"
|
| #include "chrome/common/extensions/extension.h"
|
| #include "chrome/common/net/url_fixer_upper.h"
|
| #include "chrome/common/pref_names.h"
|
| @@ -173,6 +172,7 @@
|
| #include "content/public/common/renderer_preferences.h"
|
| #include "content/public/common/webplugininfo.h"
|
| #include "extensions/common/constants.h"
|
| +#include "extensions/common/manifest_handlers/background_info.h"
|
| #include "grit/chromium_strings.h"
|
| #include "grit/generated_resources.h"
|
| #include "grit/locale_settings.h"
|
|
|