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

Unified Diff: dbus/property.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
« no previous file with comments | « content/public/utility/content_utility_client.h ('k') | ipc/ipc_channel_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus/property.h
diff --git a/dbus/property.h b/dbus/property.h
index f2feb05dfbe9b0933914b191394f647b7c3f6285..6570674bb6b614067faa1135c6d65f81e743bfc5 100644
--- a/dbus/property.h
+++ b/dbus/property.h
@@ -133,6 +133,7 @@ class PropertySet;
class PropertyBase {
public:
PropertyBase() : property_set_(NULL) {}
+ virtual ~PropertyBase() {}
// Initializes the |property_set| and property |name| so that method
// calls may be made from this class. This method is called by
« no previous file with comments | « content/public/utility/content_utility_client.h ('k') | ipc/ipc_channel_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698