| Index: chrome/browser/autocomplete/shortcuts_provider.cc
|
| diff --git a/chrome/browser/autocomplete/shortcuts_provider.cc b/chrome/browser/autocomplete/shortcuts_provider.cc
|
| index 73c7a2c8ed57406ffbacd93737e2657ba12c8aee..a37f51d007a86d23058d91720140f6f54dfde1ab 100644
|
| --- a/chrome/browser/autocomplete/shortcuts_provider.cc
|
| +++ b/chrome/browser/autocomplete/shortcuts_provider.cc
|
| @@ -18,7 +18,6 @@
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/time/time.h"
|
| -#include "chrome/browser/autocomplete/autocomplete_result.h"
|
| #include "chrome/browser/autocomplete/history_provider.h"
|
| #include "chrome/browser/autocomplete/shortcuts_backend_factory.h"
|
| #include "chrome/browser/history/history_notifications.h"
|
| @@ -31,6 +30,7 @@
|
| #include "components/metrics/proto/omnibox_input_type.pb.h"
|
| #include "components/omnibox/autocomplete_input.h"
|
| #include "components/omnibox/autocomplete_match.h"
|
| +#include "components/omnibox/autocomplete_result.h"
|
| #include "components/omnibox/omnibox_field_trial.h"
|
| #include "components/omnibox/url_prefix.h"
|
| #include "components/url_fixer/url_fixer.h"
|
|
|