| Index: chrome/browser/autocomplete/history_quick_provider.cc
|
| diff --git a/chrome/browser/autocomplete/history_quick_provider.cc b/chrome/browser/autocomplete/history_quick_provider.cc
|
| index 336a9c43850ddd2aa436720715f52a054f59f2a2..97721a64f40fbe7fc229e4b474cf1a5775e84aed 100644
|
| --- a/chrome/browser/autocomplete/history_quick_provider.cc
|
| +++ b/chrome/browser/autocomplete/history_quick_provider.cc
|
| @@ -28,7 +28,6 @@
|
| #include "chrome/browser/history/scored_history_match.h"
|
| #include "chrome/browser/omnibox/omnibox_field_trial.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "chrome/browser/search_engines/template_url_service.h"
|
| #include "chrome/browser/search_engines/template_url_service_factory.h"
|
| #include "chrome/common/autocomplete_match_type.h"
|
| #include "chrome/common/chrome_switches.h"
|
| @@ -36,6 +35,7 @@
|
| #include "chrome/common/url_constants.h"
|
| #include "components/metrics/proto/omnibox_input_type.pb.h"
|
| #include "components/search_engines/template_url.h"
|
| +#include "components/search_engines/template_url_service.h"
|
| #include "content/public/browser/notification_source.h"
|
| #include "content/public/browser/notification_types.h"
|
| #include "net/base/escape.h"
|
|
|