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

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

Issue 388663003: Cast: Reshuffle files under media/cast (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing includes 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
« no previous file with comments | « media/cast/sender/congestion_control.h ('k') | media/cast/sender/congestion_control_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/sender/congestion_control.cc
diff --git a/media/cast/congestion_control/congestion_control.cc b/media/cast/sender/congestion_control.cc
similarity index 99%
rename from media/cast/congestion_control/congestion_control.cc
rename to media/cast/sender/congestion_control.cc
index d0d08b33fb945e293c3053c903d52db96d5a2da5..6c0f64bec418e11681d4666ce3396058d9c93a69 100644
--- a/media/cast/congestion_control/congestion_control.cc
+++ b/media/cast/sender/congestion_control.cc
@@ -13,7 +13,7 @@
// If we estimate that our virtual buffer is mostly empty, we try to use
// more bandwidth than our recent usage, otherwise we use less.
-#include "media/cast/congestion_control/congestion_control.h"
+#include "media/cast/sender/congestion_control.h"
#include "base/logging.h"
#include "media/cast/cast_config.h"
« no previous file with comments | « media/cast/sender/congestion_control.h ('k') | media/cast/sender/congestion_control_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698