diff options
Diffstat (limited to 'chrome/browser/autocomplete/search_provider.h')
-rw-r--r-- | chrome/browser/autocomplete/search_provider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autocomplete/search_provider.h b/chrome/browser/autocomplete/search_provider.h index 9e7fde1..e6030dc 100644 --- a/chrome/browser/autocomplete/search_provider.h +++ b/chrome/browser/autocomplete/search_provider.h @@ -116,7 +116,7 @@ class SearchProvider : public AutocompleteProvider, // algorithms for the different types of matches. int CalculateRelevanceForWhatYouTyped() const; // |time| is the time at which this query was last seen. - int CalculateRelevanceForHistory(const Time& time) const; + int CalculateRelevanceForHistory(const base::Time& time) const; // |suggestion_value| is which suggestion this is in the list returned from // the server; the best suggestion is suggestion number 0. int CalculateRelevanceForSuggestion(size_t suggestion_value) const; |