summaryrefslogtreecommitdiffstats
path: root/dbus/property.h
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-06 15:32:07 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-06 15:32:07 +0000
commitcb4bf8dd63578749cd926261a5ccd8c5699a558d (patch)
treecaecaef8a0a0571b87cb101def9181b893dc5935 /dbus/property.h
parenta35693b4f4762831b8f3d15c62e4bbde25dc0b41 (diff)
downloadchromium_src-cb4bf8dd63578749cd926261a5ccd8c5699a558d.zip
chromium_src-cb4bf8dd63578749cd926261a5ccd8c5699a558d.tar.gz
chromium_src-cb4bf8dd63578749cd926261a5ccd8c5699a558d.tar.bz2
Revert "GTTF: Add missing virtual destructors."
It turned out this is not necessary, we have a better warning already enabled in clang (-Wdelete-non-virtual-dtor, part of -Wall). TBR=darin,satorux,fischman,jamesr,jar,sky BUG=45135 Review URL: https://codereview.chromium.org/12224027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180971 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'dbus/property.h')
-rw-r--r--dbus/property.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbus/property.h b/dbus/property.h
index 6570674..f2feb05 100644
--- a/dbus/property.h
+++ b/dbus/property.h
@@ -133,7 +133,6 @@ 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