Index: chrome/browser/ui/app_list/search/search_controller_factory.cc |
diff --git a/chrome/browser/ui/app_list/search/search_controller_factory.cc b/chrome/browser/ui/app_list/search/search_controller_factory.cc |
index 232855bb61c3349341c287f6465163dcec946d4a..9f4b4c1fe3dd91ddd0e86ded1f63d81363d35f34 100644 |
--- a/chrome/browser/ui/app_list/search/search_controller_factory.cc |
+++ b/chrome/browser/ui/app_list/search/search_controller_factory.cc |
@@ -48,7 +48,7 @@ const char kSuggestionsProviderFieldTrialEnabledPrefix[] = "Enabled"; |
// Returns whether the user is part of a group where the Suggestions provider is |
// enabled. |
bool IsSuggestionsSearchProviderEnabled() { |
- return StartsWithASCII( |
+ return base::StartsWithASCII( |
base::FieldTrialList::FindFullName(kSuggestionsProviderFieldTrialName), |
kSuggestionsProviderFieldTrialEnabledPrefix, true); |
} |