| Index: media/cast/transport/pacing/paced_sender_unittest.cc
|
| diff --git a/media/cast/net/pacing/paced_sender_unittest.cc b/media/cast/transport/pacing/paced_sender_unittest.cc
|
| similarity index 98%
|
| rename from media/cast/net/pacing/paced_sender_unittest.cc
|
| rename to media/cast/transport/pacing/paced_sender_unittest.cc
|
| index 15b81362f6942fc5fcbc4c44069aeee487560bc1..ec23b7fd04c1b7a34b84e5728e1d7692ea0f9579 100644
|
| --- a/media/cast/net/pacing/paced_sender_unittest.cc
|
| +++ b/media/cast/transport/pacing/paced_sender_unittest.cc
|
| @@ -3,12 +3,13 @@
|
| // found in the LICENSE file.
|
|
|
| #include "base/test/simple_test_tick_clock.h"
|
| -#include "media/cast/net/pacing/paced_sender.h"
|
| #include "media/cast/test/fake_task_runner.h"
|
| +#include "media/cast/transport/pacing/paced_sender.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|
| namespace media {
|
| namespace cast {
|
| +namespace transport {
|
|
|
| using testing::_;
|
|
|
| @@ -253,5 +254,6 @@ TEST_F(PacedSenderTest, PaceWith60fps) {
|
| task_runner_->RunTasks();
|
| }
|
|
|
| +} // namespace transport
|
| } // namespace cast
|
| } // namespace media
|
|
|