| Index: chrome/browser/history/history_types.h
|
| diff --git a/chrome/browser/history/history_types.h b/chrome/browser/history/history_types.h
|
| index 6a3e553dbbd49f1fce1887208d49eed5d4373851..6d4925b579b58bd4ebf1d5dfca5b0a53df7c0df5 100644
|
| --- a/chrome/browser/history/history_types.h
|
| +++ b/chrome/browser/history/history_types.h
|
| @@ -345,7 +345,7 @@ class URLResult : public URLRow {
|
| // Constructor that create a URLResult from the specified URL and title match
|
| // positions from title_matches.
|
| URLResult(const GURL& url, const Snippet::MatchPositions& title_matches);
|
| - ~URLResult();
|
| + virtual ~URLResult();
|
|
|
| base::Time visit_time() const { return visit_time_; }
|
| void set_visit_time(base::Time visit_time) { visit_time_ = visit_time; }
|
|
|