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

Unified Diff: media/cast/sender/congestion_control_unittest.cc

Issue 388663003: Cast: Reshuffle files under media/cast (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed comments Created 6 years, 5 months 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
Index: media/cast/sender/congestion_control_unittest.cc
diff --git a/media/cast/congestion_control/congestion_control_unittest.cc b/media/cast/sender/congestion_control_unittest.cc
similarity index 98%
rename from media/cast/congestion_control/congestion_control_unittest.cc
rename to media/cast/sender/congestion_control_unittest.cc
index 5745eab21df92ac9491f73563e25b9494e2bad65..d980bcb30de6068a87a660090a7e8b541878c120 100644
--- a/media/cast/congestion_control/congestion_control_unittest.cc
+++ b/media/cast/sender/congestion_control_unittest.cc
@@ -6,7 +6,7 @@
#include "base/test/simple_test_tick_clock.h"
#include "media/cast/cast_defines.h"
-#include "media/cast/congestion_control/congestion_control.h"
+#include "media/cast/sender/congestion_control.h"
#include "media/cast/test/fake_single_thread_task_runner.h"
#include "testing/gtest/include/gtest/gtest.h"

Powered by Google App Engine
This is Rietveld 408576698