diff options
Diffstat (limited to 'chrome/browser/history/query_parser.cc')
-rw-r--r-- | chrome/browser/history/query_parser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/history/query_parser.cc b/chrome/browser/history/query_parser.cc index 3ebaad9..cb9cf40 100644 --- a/chrome/browser/history/query_parser.cc +++ b/chrome/browser/history/query_parser.cc @@ -291,7 +291,7 @@ void QueryParser::ExtractQueryWords(const std::wstring& query, QueryNodeList root; if (!ParseQueryImpl(query, &root)) return; - root.AppendWords(words); + root.AppendWords(words); } bool QueryParser::DoesQueryMatch(const std::wstring& text, |