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" |