Index: components/query_parser/snippet_unittest.cc |
diff --git a/components/query_parser/snippet_unittest.cc b/components/query_parser/snippet_unittest.cc |
index c560d58e9330833692db5f5baa378f9be4c6f04b..727734a547e0ab6676490edf145c382d1cb0280e 100644 |
--- a/components/query_parser/snippet_unittest.cc |
+++ b/components/query_parser/snippet_unittest.cc |
@@ -96,7 +96,7 @@ 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 = base::StringToLowerASCII(document); |
+ const std::string document_folded = base::ToLowerASCII(document); |
// Manually construct match_positions of the document. |
Snippet::MatchPositions match_positions; |