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

Unified Diff: chrome/browser/history/history_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/history_database.h
diff --git a/chrome/browser/history/history_database.h b/chrome/browser/history/history_database.h
index f027ebb85f42f8e2946ebcbff1345facb1c16e0a..77a00b8d51e57a6a4ec12b7fed249b3ef54f4f51 100644
--- a/chrome/browser/history/history_database.h
+++ b/chrome/browser/history/history_database.h
@@ -146,7 +146,7 @@ class HistoryDatabase : public DownloadDatabase,
FRIEND_TEST_ALL_PREFIXES(IconMappingMigrationTest, TestIconMappingMigration);
// Implemented for URLDatabase.
- virtual sql::Connection& GetDB();
+ virtual sql::Connection& GetDB() OVERRIDE;
// Migration -----------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698