| Index: chrome/browser/search_engines/ui_thread_search_terms_data.cc
|
| 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 c685c69897ceb48dc561a3f7eba1a630fb579027..9313fe04746c315fdef401ff89b93cbe02e29275 100644
|
| --- a/chrome/browser/search_engines/ui_thread_search_terms_data.cc
|
| +++ b/chrome/browser/search_engines/ui_thread_search_terms_data.cc
|
| @@ -11,7 +11,6 @@
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/google/google_brand.h"
|
| #include "chrome/browser/google/google_profile_helper.h"
|
| -#include "chrome/browser/omnibox/omnibox_field_trial.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/search/instant_service.h"
|
| #include "chrome/browser/search/instant_service_factory.h"
|
| @@ -23,6 +22,7 @@
|
| #include "chrome/common/chrome_version_info.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "components/google/core/browser/google_util.h"
|
| +#include "components/omnibox/omnibox_field_trial.h"
|
| #include "components/search/search.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "sync/protocol/sync.pb.h"
|
|
|