| Index: chrome/browser/search/instant_unittest_base.cc
|
| diff --git a/chrome/browser/search/instant_unittest_base.cc b/chrome/browser/search/instant_unittest_base.cc
|
| index 4e8002a4548a1f71730a5c19e51ac6957579f4a5..93a8b24a2597a3bb6ea03e9204827657af22832e 100644
|
| --- a/chrome/browser/search/instant_unittest_base.cc
|
| +++ b/chrome/browser/search/instant_unittest_base.cc
|
| @@ -18,6 +18,7 @@
|
| #include "chrome/test/base/ui_test_utils.h"
|
| #include "components/google/core/browser/google_pref_names.h"
|
| #include "components/google/core/browser/google_url_tracker.h"
|
| +#include "components/search/search.h"
|
| #include "components/search_engines/template_url.h"
|
| #include "components/search_engines/template_url_service.h"
|
| #include "components/variations/entropy_provider.h"
|
| @@ -31,7 +32,7 @@ InstantUnitTestBase::~InstantUnitTestBase() {
|
| }
|
|
|
| void InstantUnitTestBase::SetUp() {
|
| - chrome::EnableQueryExtractionForTesting();
|
| + search::EnableQueryExtractionForTesting();
|
| SetUpHelper();
|
| }
|
|
|
|
|