Chromium Code Reviews

Unified Diff: webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h

Issue 2800633004: Resolve dependency between rtc_event_log_api and remote_bitrate_estimator (Closed)
Patch Set: Rebased Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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,

Powered by Google App Engine