Chromium Code Reviews

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

Issue 623133002: replace OVERRIDE and FINAL with override and 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.
Jump to:
View side-by-side diff with in-line comments
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 8a8d45354234ea9d70791957456227fd199ff6ee..804df1505202ee817137602f51075d717a81cf47 100644
--- a/components/history/core/browser/url_database_unittest.cc
+++ b/components/history/core/browser/url_database_unittest.cc
@@ -41,7 +41,7 @@ class URLDatabaseTest : public testing::Test,
protected:
// Provided for URL/VisitDatabase.
- virtual sql::Connection& GetDB() OVERRIDE {
+ virtual sql::Connection& GetDB() override {
return db_;
}
« no previous file with comments | « components/history/core/browser/in_memory_database.h ('k') | components/history/core/test/history_client_fake_bookmarks.h » ('j') | no next file with comments »

Powered by Google App Engine