| Index: media/cast/sender/congestion_control_unittest.cc
|
| diff --git a/media/cast/sender/congestion_control_unittest.cc b/media/cast/sender/congestion_control_unittest.cc
|
| index e1ed9e92f0efcafb4cd6432d9127ebd3057899ef..e013178079c231bbca6a3795f550c43abbbe196b 100644
|
| --- a/media/cast/sender/congestion_control_unittest.cc
|
| +++ b/media/cast/sender/congestion_control_unittest.cc
|
| @@ -63,7 +63,7 @@ class CongestionControlTest : public ::testing::Test {
|
| }
|
|
|
| base::SimpleTestTickClock testing_clock_;
|
| - scoped_ptr<CongestionControl> congestion_control_;
|
| + std::unique_ptr<CongestionControl> congestion_control_;
|
| scoped_refptr<FakeSingleThreadTaskRunner> task_runner_;
|
| uint32_t frame_id_;
|
|
|
|
|