| 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 26bfb28c404409b4ec3636c680bd82a498228087..ab05e7f79833c97b8a9b34bc4e631cea18ca6e3d 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h
|
| @@ -35,7 +35,7 @@ enum BweNames {
|
| kBweNamesMax = 4
|
| };
|
|
|
| -enum BandwidthUsage {
|
| +enum class BandwidthUsage {
|
| kBwNormal = 0,
|
| kBwUnderusing = 1,
|
| kBwOverusing = 2,
|
|
|