| 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 e4946a617d8ca80fc015cc138017de174b208210..18e79291fbaf73c22a0311d9a204d96494b2ea3c 100644
|
| --- a/third_party/WebKit/Source/platform/testing/HistogramTester.h
|
| +++ b/third_party/WebKit/Source/platform/testing/HistogramTester.h
|
| @@ -28,6 +28,8 @@ class HistogramTester {
|
| base::HistogramBase::Count) const;
|
| void ExpectTotalCount(const std::string& name,
|
| base::HistogramBase::Count) const;
|
| + base::HistogramBase::Count GetBucketCount(const std::string& name,
|
| + base::HistogramBase::Sample) const;
|
|
|
| private:
|
| std::unique_ptr<base::HistogramTester> histogram_tester_;
|
|
|