Chromium Code Reviews

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

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/in_memory_database.h
diff --git a/components/history/core/browser/in_memory_database.h b/components/history/core/browser/in_memory_database.h
index 51a65e6afb7b1caf9f06f15207b63fe89dba1651..6a010dec5e198e194b09d99d31ec4a0bd0717df3 100644
--- a/components/history/core/browser/in_memory_database.h
+++ b/components/history/core/browser/in_memory_database.h
@@ -34,7 +34,7 @@ class InMemoryDatabase : public URLDatabase {
protected:
// Implemented for URLDatabase.
- virtual sql::Connection& GetDB() OVERRIDE;
+ virtual sql::Connection& GetDB() override;
private:
// Initializes the database connection, this is the shared code between

Powered by Google App Engine