| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 1b5e6971449e871278e51567b65840270c236318..7a8e1bda0bf8f7f1bb6f246776d2e4b2e98328da 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"
|
|
|