Index: chrome/browser/policy/policy_browsertest.cc |
diff --git a/chrome/browser/policy/policy_browsertest.cc b/chrome/browser/policy/policy_browsertest.cc |
index fda859358fe6e1e1265387f4d01710137f0c6ce1..0ab38fc4d50c2b564cc5c792e8b03c8419ac189b 100644 |
--- a/chrome/browser/policy/policy_browsertest.cc |
+++ b/chrome/browser/policy/policy_browsertest.cc |
@@ -98,6 +98,7 @@ |
#include "components/policy/core/common/policy_pref_names.h" |
#include "components/policy/core/common/policy_service.h" |
#include "components/policy/core/common/policy_service_impl.h" |
+#include "components/search/search.h" |
#include "components/search_engines/template_url.h" |
#include "components/search_engines/template_url_service.h" |
#include "components/translate/core/browser/language_state.h" |
@@ -1180,7 +1181,7 @@ IN_PROC_BROWSER_TEST_F(PolicyTest, ForceSafeSearch) { |
IN_PROC_BROWSER_TEST_F(PolicyTest, ReplaceSearchTerms) { |
MakeRequestFail make_request_fail("search.example"); |
- chrome::EnableQueryExtractionForTesting(); |
+ search::EnableQueryExtractionForTesting(); |
// Verifies that a default search is made using the provider configured via |
// policy. Also checks that default search can be completely disabled. |