Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(434)

Unified Diff: components/history/core/browser/url_row.h

Issue 666133002: Standardize usage of virtual/override/final in components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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; }
« no previous file with comments | « components/history/core/browser/url_database_unittest.cc ('k') | components/history/core/test/history_client_fake_bookmarks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698