Index: components/history/core/browser/url_row.h |
diff --git a/components/history/core/browser/url_row.h b/components/history/core/browser/url_row.h |
index 8c8315ae283893f1f1cb55431babd79f68892408..f7c956b60071121a2cf1ecbdbfdac2ef0fbd95c2 100644 |
--- a/components/history/core/browser/url_row.h |
+++ b/components/history/core/browser/url_row.h |
@@ -167,7 +167,7 @@ class URLResult : public URLRow { |
URLResult(const GURL& url, |
const query_parser::Snippet::MatchPositions& title_matches); |
explicit URLResult(const URLRow& url_row); |
- virtual ~URLResult(); |
+ ~URLResult() override; |
base::Time visit_time() const { return visit_time_; } |
void set_visit_time(base::Time visit_time) { visit_time_ = visit_time; } |