summaryrefslogtreecommitdiffstats
path: root/base/debug/trace_event_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/debug/trace_event_impl.h')
-rw-r--r--base/debug/trace_event_impl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/base/debug/trace_event_impl.h b/base/debug/trace_event_impl.h
index f405e00..58a44da 100644
--- a/base/debug/trace_event_impl.h
+++ b/base/debug/trace_event_impl.h
@@ -217,8 +217,6 @@ class BASE_EXPORT TraceLog {
// on-demand.
class EnabledStateChangedObserver {
public:
- virtual ~EnabledStateChangedObserver() { }
-
// Called just before the tracing system becomes
// enabled. TraceLog::IsEnabled will return false at this point and trace
// macros and methods called within the observer will deadlock.