Chromium Code Reviews| Index: base/metrics/sample_map.h |
| diff --git a/base/metrics/sample_map.h b/base/metrics/sample_map.h |
| index d1d7cd698a329e541b47b8aa85fad5a59a48ed37..d060fece19f272871ceabe25a0a8d4e78c47fc8e 100644 |
| --- a/base/metrics/sample_map.h |
| +++ b/base/metrics/sample_map.h |
| @@ -20,6 +20,7 @@ namespace base { |
| class BASE_EXPORT SampleMap : public HistogramSamples { |
| public: |
| SampleMap(); |
| + explicit SampleMap(uint64 id); |
|
Alexei Svitkine (slow)
2015/12/01 16:32:14
Please switch to uint64_t for the id field through
bcwhite
2015/12/01 18:12:16
Done.
|
| ~SampleMap() override; |
| // HistogramSamples implementation: |