Index: webrtc/modules/congestion_controller/include/congestion_controller.h |
diff --git a/webrtc/call/congestion_controller.h b/webrtc/modules/congestion_controller/include/congestion_controller.h |
similarity index 92% |
rename from webrtc/call/congestion_controller.h |
rename to webrtc/modules/congestion_controller/include/congestion_controller.h |
index ddc7abb97ec9ab4ef5cf23241ba0d7624ccb4bd7..8c8972dd3ac18fee63321d07101a5fbf457f8e7e 100644 |
--- a/webrtc/call/congestion_controller.h |
+++ b/webrtc/modules/congestion_controller/include/congestion_controller.h |
@@ -8,8 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_CALL_CONGESTION_CONTROLLER_H_ |
-#define WEBRTC_CALL_CONGESTION_CONTROLLER_H_ |
+#ifndef WEBRTC_MODULES_CONGESTION_CONTROLLER_INCLUDE_CONGESTION_CONTROLLER_H_ |
+#define WEBRTC_MODULES_CONGESTION_CONTROLLER_INCLUDE_CONGESTION_CONTROLLER_H_ |
#include "webrtc/base/scoped_ptr.h" |
#include "webrtc/base/thread_checker.h" |
@@ -84,4 +84,4 @@ class CongestionController : public CallStatsObserver, public Module { |
} // namespace webrtc |
-#endif // WEBRTC_CALL_CONGESTION_CONTROLLER_H_ |
+#endif // WEBRTC_MODULES_CONGESTION_CONTROLLER_INCLUDE_CONGESTION_CONTROLLER_H_ |