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

Unified Diff: chrome/browser/extensions/activity_log.h

Issue 12086018: GTTF: Add missing virtual destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trybots 4 Created 7 years, 10 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/extensions/activity_log.h
diff --git a/chrome/browser/extensions/activity_log.h b/chrome/browser/extensions/activity_log.h
index c2f7c24275ac144ca55d3927d25360634a0003ba..ba928c6d38aea5419313d7d31fad4d9d62db5be3 100644
--- a/chrome/browser/extensions/activity_log.h
+++ b/chrome/browser/extensions/activity_log.h
@@ -43,6 +43,8 @@ class ActivityLog : public ProfileKeyedService,
// Observers can listen for activity events.
class Observer {
public:
+ virtual ~Observer() { }
+
virtual void OnExtensionActivity(
const Extension* extension,
Activity activity,
« no previous file with comments | « chrome/browser/download/download_danger_prompt.h ('k') | chrome/browser/extensions/api/developer_private/entry_picker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698