| Index: base/metrics/statistics_recorder_unittest.cc
|
| diff --git a/base/metrics/statistics_recorder_unittest.cc b/base/metrics/statistics_recorder_unittest.cc
|
| index c581f15bc59038de3a32e97e63869482fa8851f4..fb4d95bd97c698a85430d7b884cb600ffffc1b31 100644
|
| --- a/base/metrics/statistics_recorder_unittest.cc
|
| +++ b/base/metrics/statistics_recorder_unittest.cc
|
| @@ -77,7 +77,7 @@ class StatisticsRecorderTest : public testing::TestWithParam<bool> {
|
| StatisticsRecorder::UninitializeForTesting();
|
| }
|
|
|
| - Histogram* CreateHistogram(const std::string& name,
|
| + Histogram* CreateHistogram(const char* name,
|
| HistogramBase::Sample min,
|
| HistogramBase::Sample max,
|
| size_t bucket_count) {
|
|
|