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

Unified Diff: chrome/browser/history/history_backend.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_backend.h
diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h
index 1ecf80cf5d182b658081f37143109d8f803576cb..9600df121dab526fb247e71091d781bb1dd2b53a 100644
--- a/chrome/browser/history/history_backend.h
+++ b/chrome/browser/history/history_backend.h
@@ -515,7 +515,7 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
// details argument will have ownership taken by this function (it will be
// sent to the main thread and deleted there).
virtual void BroadcastNotifications(int type,
- HistoryDetails* details_deleted);
+ HistoryDetails* details_deleted) OVERRIDE;
// Deleting all history ------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698