diff options
author | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-02 19:21:07 +0000 |
---|---|---|
committer | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-02 19:21:07 +0000 |
commit | e84387f7415d51b8e88a894597d6806c0e054ffc (patch) | |
tree | 99b13915d1d54c520c82dc50bad4452cdbf93fe5 /base/field_trial.h | |
parent | b693ab1afcb666853b64269d1bb12855f6b97590 (diff) | |
download | chromium_src-e84387f7415d51b8e88a894597d6806c0e054ffc.zip chromium_src-e84387f7415d51b8e88a894597d6806c0e054ffc.tar.gz chromium_src-e84387f7415d51b8e88a894597d6806c0e054ffc.tar.bz2 |
Fix linux tree (move static const definition out of class and into cc file)
TBR=mbelshe
Review URL: http://codereview.chromium.org/27341
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10716 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/field_trial.h')
-rw-r--r-- | base/field_trial.h | 2 |
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. |