diff options
Diffstat (limited to 'chrome/browser/history/query_parser.h')
-rw-r--r-- | chrome/browser/history/query_parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/history/query_parser.h b/chrome/browser/history/query_parser.h index a6a0a11..d374ba4 100644 --- a/chrome/browser/history/query_parser.h +++ b/chrome/browser/history/query_parser.h @@ -21,7 +21,7 @@ struct QueryWord { std::wstring word; // The starting position of the word in the original text. - int position; + size_t position; }; // QueryNode is used by QueryNodeParser to represent the elements that |