Chromium Code Reviews| Index: webrtc/modules/bitrate_controller/include/bitrate_controller.h |
| diff --git a/webrtc/modules/bitrate_controller/include/bitrate_controller.h b/webrtc/modules/bitrate_controller/include/bitrate_controller.h |
| index 7400d7d032b6f1607a83f7264467efb0967c3761..b4ca2280af4ebef729dcfd6088b78a8284fa4078 100644 |
| --- a/webrtc/modules/bitrate_controller/include/bitrate_controller.h |
| +++ b/webrtc/modules/bitrate_controller/include/bitrate_controller.h |
| @@ -26,7 +26,7 @@ namespace webrtc { |
| class CriticalSectionWrapper; |
| class RtcEventLog; |
| -struct PacketInfo; |
| +struct PacketFeedback; |
|
stefan-webrtc
2017/02/24 08:42:12
Delete
elad.alon_webrtc.org
2017/02/27 09:36:29
Done.
|
| // Deprecated |
| // TODO(perkj): Remove BitrateObserver when no implementations use it. |