| Index: chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc
|
| diff --git a/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc b/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc
|
| index e4a24c7284d0aa7c4fd0791b31f90b11b08702c2..2a3d1ba8514cf9c0f72b2805a47d4db151f9d24e 100644
|
| --- a/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc
|
| +++ b/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc
|
| @@ -5,7 +5,6 @@
|
| #include "chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.h"
|
|
|
| #include "base/strings/utf_string_conversions.h"
|
| -#include "chrome/browser/autocomplete/shortcuts_backend.h"
|
| #include "chrome/browser/autocomplete/shortcuts_backend_factory.h"
|
| #include "chrome/browser/history/history_service_factory.h"
|
| #include "chrome/browser/infobars/infobar_service.h"
|
| @@ -13,6 +12,7 @@
|
| #include "chrome/grit/generated_resources.h"
|
| #include "components/history/core/browser/history_service.h"
|
| #include "components/infobars/core/infobar.h"
|
| +#include "components/omnibox/shortcuts_backend.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "grit/theme_resources.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|