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 |