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

Unified Diff: chrome/browser/history/archived_database.h

Issue 8612007: Add OVERRIDE to chrome/browser/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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: chrome/browser/history/archived_database.h
diff --git a/chrome/browser/history/archived_database.h b/chrome/browser/history/archived_database.h
index 7303d35358b2026c9058604990f6f6567f91068b..053a490627c2821b1987fa6991bbe48293b5f2fb 100644
--- a/chrome/browser/history/archived_database.h
+++ b/chrome/browser/history/archived_database.h
@@ -41,7 +41,7 @@ class ArchivedDatabase : public URLDatabase,
private:
// Implemented for the specialized databases.
- virtual sql::Connection& GetDB();
+ virtual sql::Connection& GetDB() OVERRIDE;
// Makes sure the version is up-to-date, updating if necessary. If the
// database is too old to migrate, the user will be notified. In this case, or

Powered by Google App Engine
This is Rietveld 408576698