diff options
Diffstat (limited to 'chrome/browser/search_engines/ui_thread_search_terms_data.cc')
-rw-r--r-- | chrome/browser/search_engines/ui_thread_search_terms_data.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/search_engines/ui_thread_search_terms_data.cc b/chrome/browser/search_engines/ui_thread_search_terms_data.cc index 7c3366f..424b090 100644 --- a/chrome/browser/search_engines/ui_thread_search_terms_data.cc +++ b/chrome/browser/search_engines/ui_thread_search_terms_data.cc @@ -7,7 +7,6 @@ #include "base/command_line.h" #include "base/logging.h" #include "base/metrics/field_trial.h" -#include "base/prefs/pref_service.h" #include "build/build_config.h" #include "chrome/browser/browser_process.h" #include "chrome/browser/google/google_brand.h" @@ -22,6 +21,7 @@ #include "components/google/core/browser/google_url_tracker.h" #include "components/google/core/browser/google_util.h" #include "components/omnibox/browser/omnibox_field_trial.h" +#include "components/prefs/pref_service.h" #include "components/search/search.h" #include "components/version_info/version_info.h" #include "content/public/browser/browser_thread.h" |