diff options
Diffstat (limited to 'chrome/browser/autocomplete/history_contents_provider.h')
| -rw-r--r-- | chrome/browser/autocomplete/history_contents_provider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autocomplete/history_contents_provider.h b/chrome/browser/autocomplete/history_contents_provider.h index ea02ff2..ff7cd3d 100644 --- a/chrome/browser/autocomplete/history_contents_provider.h +++ b/chrome/browser/autocomplete/history_contents_provider.h @@ -37,7 +37,7 @@ class HistoryContentsProvider : public AutocompleteProvider { // The maximum match count we'll report. If the db_match_count is greater // than this, it will be clamped to this result. - static const int kMaxMatchCount = 50; + static const size_t kMaxMatchCount = 50; private: void QueryComplete(HistoryService::Handle handle, |
