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

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

Issue 7064033: Virtual destructors should have virtual keyword. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 7 months 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
« no previous file with comments | « chrome/browser/file_select_helper.h ('k') | chrome/browser/history/history_notifications.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/history.h
diff --git a/chrome/browser/history/history.h b/chrome/browser/history/history.h
index b976c6a7d36ec7b2b2f55b6a9f8ab80aca682582..843148c81a7ef22cf8fe6d20ddd358a9788ff5cd 100644
--- a/chrome/browser/history/history.h
+++ b/chrome/browser/history/history.h
@@ -577,7 +577,7 @@ class HistoryService : public CancelableRequestProvider,
static bool CanAddURL(const GURL& url);
protected:
- ~HistoryService();
+ virtual ~HistoryService();
// These are not currently used, hopefully we can do something in the future
// to ensure that the most important things happen first.
« no previous file with comments | « chrome/browser/file_select_helper.h ('k') | chrome/browser/history/history_notifications.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698