| Index: third_party/WebKit/Source/platform/testing/HistogramTester.h
|
| diff --git a/third_party/WebKit/Source/platform/testing/HistogramTester.h b/third_party/WebKit/Source/platform/testing/HistogramTester.h
|
| index 16ccc152b9bd4f4c8991c0d2b245caf1ca04efc0..cbb2e980df65df022e414fed6bd5498d0fee1be4 100644
|
| --- a/third_party/WebKit/Source/platform/testing/HistogramTester.h
|
| +++ b/third_party/WebKit/Source/platform/testing/HistogramTester.h
|
| @@ -21,6 +21,7 @@ public:
|
| ~HistogramTester();
|
|
|
| void expectUniqueSample(const std::string& name, base::HistogramBase::Sample, base::HistogramBase::Count) const;
|
| + void expectBucketCount(const std::string& name, base::HistogramBase::Sample, base::HistogramBase::Count) const;
|
| void expectTotalCount(const std::string& name, base::HistogramBase::Count) const;
|
|
|
| private:
|
|
|