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

Unified Diff: components/history/core/browser/url_database_unittest.cc

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
« no previous file with comments | « components/history/core/browser/in_memory_database.h ('k') | components/history/core/browser/url_row.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/browser/url_database_unittest.cc
diff --git a/components/history/core/browser/url_database_unittest.cc b/components/history/core/browser/url_database_unittest.cc
index 804df1505202ee817137602f51075d717a81cf47..000d70cf6fbd719dc6c552858421d11c9ae69b36 100644
--- a/components/history/core/browser/url_database_unittest.cc
+++ b/components/history/core/browser/url_database_unittest.cc
@@ -41,9 +41,7 @@ class URLDatabaseTest : public testing::Test,
protected:
// Provided for URL/VisitDatabase.
- virtual sql::Connection& GetDB() override {
- return db_;
- }
+ sql::Connection& GetDB() override { return db_; }
private:
// Test setup.
« no previous file with comments | « components/history/core/browser/in_memory_database.h ('k') | components/history/core/browser/url_row.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698