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

Unified Diff: webrtc/modules/congestion_controller/include/congestion_controller.h

Issue 1718473002: Move congestion controller to a separate module. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add presubmit Created 4 years, 10 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: 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_

Powered by Google App Engine
This is Rietveld 408576698