| Index: components/search_engines/template_url_service.cc
|
| diff --git a/components/search_engines/template_url_service.cc b/components/search_engines/template_url_service.cc
|
| index eae5a8450b6d3ac1341cc15fabfaac99877fbb00..40d2008df9bcf0c1992915650f1822966ef14896 100644
|
| --- a/components/search_engines/template_url_service.cc
|
| +++ b/components/search_engines/template_url_service.cc
|
| @@ -14,7 +14,6 @@
|
| #include "base/i18n/case_conversion.h"
|
| #include "base/memory/scoped_vector.h"
|
| #include "base/metrics/histogram_macros.h"
|
| -#include "base/prefs/pref_service.h"
|
| #include "base/profiler/scoped_tracker.h"
|
| #include "base/stl_util.h"
|
| #include "base/strings/string_split.h"
|
| @@ -24,6 +23,7 @@
|
| #include "base/time/time.h"
|
| #include "components/omnibox/browser/omnibox_field_trial.h"
|
| #include "components/pref_registry/pref_registry_syncable.h"
|
| +#include "components/prefs/pref_service.h"
|
| #include "components/rappor/rappor_service.h"
|
| #include "components/search_engines/search_engines_pref_names.h"
|
| #include "components/search_engines/search_host_to_urls_map.h"
|
|
|