Index: components/omnibox/browser/search_provider.cc |
diff --git a/components/omnibox/browser/search_provider.cc b/components/omnibox/browser/search_provider.cc |
index 6272c2f9edec3fe671c42380d994ade5b548f2c8..9067f859f486a4dac6f537841c04baecac68c0c7 100644 |
--- a/components/omnibox/browser/search_provider.cc |
+++ b/components/omnibox/browser/search_provider.cc |
@@ -1003,7 +1003,7 @@ void SearchProvider::ConvertResultsToAutocompleteMatches() { |
// If we've already hit the limit on non-server-scored suggestions, and |
// this isn't a server-scored suggestion we can add, skip it. |
if ((num_suggestions >= kMaxMatches) && |
- (!chrome::IsInstantExtendedAPIEnabled() || |
+ (!search::IsInstantExtendedAPIEnabled() || |
(i->GetAdditionalInfo(kRelevanceFromServerKey) != kTrue))) { |
continue; |
} |