| Index: media/cast/sender/congestion_control.h
|
| diff --git a/media/cast/sender/congestion_control.h b/media/cast/sender/congestion_control.h
|
| index 431d89deafc49d210f669d7498ddabd54e2633dc..16f6f1ab0e2c0031b1f2542553af322e48e43114 100644
|
| --- a/media/cast/sender/congestion_control.h
|
| +++ b/media/cast/sender/congestion_control.h
|
| @@ -7,9 +7,10 @@
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| +
|
| +#include <memory>
|
| #include <vector>
|
|
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "base/time/tick_clock.h"
|
| #include "base/time/time.h"
|
|
|
|
|