| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 5cb7812e0442b2dcf11ab1ccd2fd78918aa66e46..fefe9b807fd8c7068be61fa0ac7fd9417d8d2d15 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"
|
|
|