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

Unified Diff: chrome/browser/favicon/favicon_handler_delegate.h

Issue 12086018: GTTF: Add missing virtual destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 years, 11 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
Index: chrome/browser/favicon/favicon_handler_delegate.h
diff --git a/chrome/browser/favicon/favicon_handler_delegate.h b/chrome/browser/favicon/favicon_handler_delegate.h
index db13345a456c80c58288ac120871b65987f8b0df..cbea7d77ff239034f57663d325ce51a888272485 100644
--- a/chrome/browser/favicon/favicon_handler_delegate.h
+++ b/chrome/browser/favicon/favicon_handler_delegate.h
@@ -27,6 +27,9 @@ class FaviconHandlerDelegate {
// Notifies the delegate that the favicon for the active entry was updated.
virtual void NotifyFaviconUpdated() = 0;
+
+ protected:
+ virtual ~FaviconHandlerDelegate() { }
};
#endif // CHROME_BROWSER_FAVICON_FAVICON_HANDLER_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698