Index: chrome/browser/ui/app_list/search/common/webservice_search_provider.cc |
diff --git a/chrome/browser/ui/app_list/search/common/webservice_search_provider.cc b/chrome/browser/ui/app_list/search/common/webservice_search_provider.cc |
index d3fb5b140558d308878c80989076cd60a335d1c4..8b4318e737d3ca9cdbac8beca1adb9fead308ef5 100644 |
--- a/chrome/browser/ui/app_list/search/common/webservice_search_provider.cc |
+++ b/chrome/browser/ui/app_list/search/common/webservice_search_provider.cc |
@@ -71,7 +71,7 @@ bool WebserviceSearchProvider::IsSensitiveInput(const base::string16& query) { |
// file, we shouldn't send it. Sending such things is a waste of time and a |
// disclosure of potentially private, local data. If the scheme is OK, we |
// still need to check other cases below. |
- if (LowerCaseEqualsASCII(query_as_url.scheme(), chrome::kFileScheme)) |
+ if (LowerCaseEqualsASCII(query_as_url.scheme(), content::kFileScheme)) |
return true; |
// Don't send URLs with usernames, queries or refs. Some of these are |