Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Unified Diff: media/cast/net/pacing/paced_sender_unittest.cc

Issue 112133002: Cast:Moving netwrok sender related code to a designated folder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moving const' to .cc Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/cast/net/pacing/paced_sender.gyp ('k') | media/cast/net/rtp_sender/mock_rtp_sender.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/pacing/paced_sender_unittest.cc
diff --git a/media/cast/pacing/paced_sender_unittest.cc b/media/cast/net/pacing/paced_sender_unittest.cc
similarity index 99%
rename from media/cast/pacing/paced_sender_unittest.cc
rename to media/cast/net/pacing/paced_sender_unittest.cc
index e1fbc2e707f987532a5774e7c463810cf96a3df3..15b81362f6942fc5fcbc4c44069aeee487560bc1 100644
--- a/media/cast/pacing/paced_sender_unittest.cc
+++ b/media/cast/net/pacing/paced_sender_unittest.cc
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#include "base/test/simple_test_tick_clock.h"
-#include "media/cast/pacing/paced_sender.h"
+#include "media/cast/net/pacing/paced_sender.h"
#include "media/cast/test/fake_task_runner.h"
#include "testing/gmock/include/gmock/gmock.h"
« no previous file with comments | « media/cast/net/pacing/paced_sender.gyp ('k') | media/cast/net/rtp_sender/mock_rtp_sender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698