Chromium Code Reviews| Index: chrome/browser/history/url_index_private_data.cc |
| diff --git a/chrome/browser/history/url_index_private_data.cc b/chrome/browser/history/url_index_private_data.cc |
| index ca38009bfd354a001da8f22fe28a903349a28754..dad10641e9b87b480037ef93b663ee7f411af40b 100644 |
| --- a/chrome/browser/history/url_index_private_data.cc |
| +++ b/chrome/browser/history/url_index_private_data.cc |
| @@ -78,6 +78,7 @@ URLIndexPrivateData::URLIndexPrivateData() |
| ScoredHistoryMatches URLIndexPrivateData::HistoryItemsForTerms( |
| const string16& search_string, |
| + const size_t cursor_position, |
|
Peter Kasting
2013/01/04 20:04:32
Doesn't match header prototype (and again, const v
Mark P
2013/01/04 23:38:58
Done.
|
| BookmarkService* bookmark_service) { |
| pre_filter_item_count_ = 0; |
| post_filter_item_count_ = 0; |