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 312dbb0..0d6806f 100644
--- a/base/field_trial.h
+++ b/base/field_trial.h
@@ -78,7 +78,7 @@
class FieldTrial : public base::RefCounted<FieldTrial> {
public:
- static const int kNotParticipating = -1;
+ static const int kNotParticipating;
typedef int Probability; // Use scaled up probability.