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 7303d069a4a49e192194339e067cd5c81df08fce..bb532886c700b5c599f82159db924f572fc8cabe 100644 |
| --- a/webrtc/modules/bitrate_controller/include/bitrate_controller.h |
| +++ b/webrtc/modules/bitrate_controller/include/bitrate_controller.h |
| @@ -23,6 +23,7 @@ |
| namespace webrtc { |
| class CriticalSectionWrapper; |
| +struct PacketInfo; |
| class BitrateObserver { |
| // Observer class for bitrate changes announced due to change in bandwidth |