summaryrefslogtreecommitdiffstats
path: root/base/field_trial.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/field_trial.h')
-rw-r--r--base/field_trial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/field_trial.h b/base/field_trial.h
index b1f0a07..deee838 100644
--- a/base/field_trial.h
+++ b/base/field_trial.h
@@ -119,7 +119,7 @@ class FieldTrial : public base::RefCounted<FieldTrial> {
private:
friend class base::RefCounted<FieldTrial>;
- ~FieldTrial() {}
+ virtual ~FieldTrial();
// The name of the field trial, as can be found via the FieldTrialList.
// This is empty of the trial is not in the experiment.