| Index: webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h b/webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h
|
| index 470ee37bdab24dca26a7f281fb08fb7060c91a75..21f9e57cad35d2785e89f4ccbe526bb353793cfd 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h
|
| @@ -25,7 +25,7 @@ int GetMinBitrateBps();
|
|
|
| static const int64_t kBitrateWindowMs = 1000;
|
|
|
| -extern const char* kBweTypeHistogram;
|
| +extern const char kBweTypeHistogram[];
|
|
|
| enum BweNames {
|
| kReceiverNoExtension = 0,
|
|
|