| Index: webrtc/modules/remote_bitrate_estimator/test/bwe.h
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/test/bwe.h b/webrtc/modules/remote_bitrate_estimator/test/bwe.h
|
| index 4f87d391d9bba5679489b03e69bea60e22662ab6..89a28acb4ee0768ac32aa9d36169e8bde569e415 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/test/bwe.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/test/bwe.h
|
| @@ -180,7 +180,7 @@ enum BandwidthEstimatorType {
|
| kTcpEstimator
|
| };
|
|
|
| -const std::string bwe_names[] = {"Null", "NADA", "REMB", "GCC", "TCP"};
|
| +const char* const bwe_names[] = {"Null", "NADA", "REMB", "GCC", "TCP"};
|
|
|
| int64_t GetAbsSendTimeInMs(uint32_t abs_send_time);
|
|
|
|
|