| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 94037f2108fccf83730efa6831e9c7b56dd7ed58..de9a413a3089de458faa2993e9db2318ef2365a3 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -37,7 +37,6 @@
|
| #include "chrome/browser/character_encoding.h"
|
| #include "chrome/browser/chrome_notification_types.h"
|
| #include "chrome/browser/chrome_page_zoom.h"
|
| -#include "chrome/browser/content_settings/host_content_settings_map.h"
|
| #include "chrome/browser/content_settings/tab_specific_content_settings.h"
|
| #include "chrome/browser/custom_handlers/protocol_handler_registry.h"
|
| #include "chrome/browser/custom_handlers/protocol_handler_registry_factory.h"
|
| @@ -155,6 +154,7 @@
|
| #include "chrome/grit/locale_settings.h"
|
| #include "components/bookmarks/browser/bookmark_model.h"
|
| #include "components/bookmarks/browser/bookmark_utils.h"
|
| +#include "components/content_settings/core/browser/host_content_settings_map.h"
|
| #include "components/google/core/browser/google_url_tracker.h"
|
| #include "components/search/search.h"
|
| #include "components/startup_metric_utils/startup_metric_utils.h"
|
|
|