Chromium Code Reviews| Index: webrtc/modules/remote_bitrate_estimator/bwe_defines.cc |
| diff --git a/webrtc/modules/remote_bitrate_estimator/bwe_defines.cc b/webrtc/modules/remote_bitrate_estimator/bwe_defines.cc |
| index 106b70c258a1b08daa029605cd0aebdcdfdeba1d..15eafc20f704516805aa0b0efafc6000be97fee1 100644 |
| --- a/webrtc/modules/remote_bitrate_estimator/bwe_defines.cc |
| +++ b/webrtc/modules/remote_bitrate_estimator/bwe_defines.cc |
| @@ -13,7 +13,7 @@ |
| namespace webrtc { |
| -const char* kBweTypeHistogram = "WebRTC.BWE.Types"; |
| +const char kBweTypeHistogram[] = "WebRTC.BWE.Types"; |
| namespace congestion_controller { |
| int GetMinBitrateBps() { |