| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 086b77152b027b5c0bd1d0a506acd6a928bd0ab5..a48e65910a75212dcc6dcd663a1baed3fe756cda 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -60,7 +60,6 @@
|
| #include "chrome/browser/first_run/first_run.h"
|
| #include "chrome/browser/history/top_sites.h"
|
| #include "chrome/browser/infobars/infobar_service.h"
|
| -#include "chrome/browser/infobars/simple_alert_infobar_delegate.h"
|
| #include "chrome/browser/lifetime/application_lifetime.h"
|
| #include "chrome/browser/notifications/notification_ui_manager.h"
|
| #include "chrome/browser/pepper_broker_infobar_delegate.h"
|
| @@ -154,6 +153,7 @@
|
| #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/infobars/core/simple_alert_infobar_delegate.h"
|
| #include "components/search/search.h"
|
| #include "components/sessions/session_types.h"
|
| #include "components/startup_metric_utils/startup_metric_utils.h"
|
|
|