Index: webrtc/modules/congestion_controller/congestion_controller.cc |
diff --git a/webrtc/call/congestion_controller.cc b/webrtc/modules/congestion_controller/congestion_controller.cc |
similarity index 99% |
rename from webrtc/call/congestion_controller.cc |
rename to webrtc/modules/congestion_controller/congestion_controller.cc |
index e2b9c23834ac45b52081d05dc62f95b80dbd032a..0282e8148e9f5c8274ff88dfda56f6577d014b5f 100644 |
--- a/webrtc/call/congestion_controller.cc |
+++ b/webrtc/modules/congestion_controller/congestion_controller.cc |
@@ -8,7 +8,7 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/call/congestion_controller.h" |
+#include "webrtc/modules/congestion_controller/include/congestion_controller.h" |
#include <algorithm> |
#include <vector> |