| Index: base/metrics/histogram_base.h
|
| ===================================================================
|
| --- base/metrics/histogram_base.h (revision 219973)
|
| +++ base/metrics/histogram_base.h (working copy)
|
| @@ -50,8 +50,8 @@
|
|
|
| class BASE_EXPORT HistogramBase {
|
| public:
|
| - typedef int Sample; // Used for samples.
|
| - typedef int Count; // Used to count samples.
|
| + typedef int Sample; // Used for samples.
|
| + typedef subtle::Atomic32 Count; // Used to count samples.
|
|
|
| static const Sample kSampleType_MAX; // INT_MAX
|
|
|
|
|