Index: components/query_parser/snippet_unittest.cc |
diff --git a/components/query_parser/snippet_unittest.cc b/components/query_parser/snippet_unittest.cc |
index ef32d430b401273b39e15eeea6aaea24089161dc..c409415ded1126bed1e012a414cdaec156b2b4f1 100644 |
--- a/components/query_parser/snippet_unittest.cc |
+++ b/components/query_parser/snippet_unittest.cc |
@@ -96,7 +96,8 @@ base::string16 BuildSnippet(const std::string& document, |
// |document|. We need to add more test cases and change this function |
// to be more generic depending on how we deal with 'folding for match' |
// in history. |
- const std::string document_folded = StringToLowerASCII(std::string(document)); |
+ const std::string document_folded = |
+ base::StringToLowerASCII(std::string(document)); |
std::vector<std::string> query_words; |
base::SplitString(query, ' ', &query_words); |