Index: chrome/browser/history/in_memory_database.h |
diff --git a/chrome/browser/history/in_memory_database.h b/chrome/browser/history/in_memory_database.h |
index f6121d4e7b29cc285c4e794937136af77b2a2d68..48bb89894d8db28f2e77c30d6bff19fbcbe40c44 100644 |
--- a/chrome/browser/history/in_memory_database.h |
+++ b/chrome/browser/history/in_memory_database.h |
@@ -33,7 +33,7 @@ class InMemoryDatabase : public URLDatabase { |
protected: |
// Implemented for URLDatabase. |
- virtual sql::Connection& GetDB(); |
+ virtual sql::Connection& GetDB() OVERRIDE; |
private: |
// Initializes the database connection, this is the shared code between |