| Index: third_party/webrtc_overrides/init_webrtc.cc
|
| diff --git a/third_party/webrtc_overrides/init_webrtc.cc b/third_party/webrtc_overrides/init_webrtc.cc
|
| index 41fd0f6cd0152572abb2199a0eaa22290ecf0249..e93469cbb80d94017c84e14cad97882f08f71e87 100644
|
| --- a/third_party/webrtc_overrides/init_webrtc.cc
|
| +++ b/third_party/webrtc_overrides/init_webrtc.cc
|
| @@ -65,7 +65,7 @@ Histogram* HistogramFactoryGetEnumeration(
|
| base::HistogramBase::kUmaTargetedHistogramFlag));
|
| }
|
|
|
| -const std::string& GetHistogramName(Histogram* histogram_pointer) {
|
| +const char* GetHistogramName(Histogram* histogram_pointer) {
|
| base::HistogramBase* ptr =
|
| reinterpret_cast<base::HistogramBase*>(histogram_pointer);
|
| return ptr->histogram_name();
|
|
|