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

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. 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/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
This is Rietveld 408576698