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

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

Issue 2834663003: Allow mocking SendSideCongestionController for Call tests. (Closed)
Patch Set: rebase Created 3 years, 7 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/mock/mock_congestion_observer.h
diff --git a/webrtc/modules/congestion_controller/include/mock/mock_congestion_observer.h b/webrtc/modules/congestion_controller/include/mock/mock_congestion_observer.h
index 7b4c7f2ecf591500d5acd086e29c4470a780a734..6b14aec5c792c38e6f371617c2b9b18e33a4f0e2 100644
--- a/webrtc/modules/congestion_controller/include/mock/mock_congestion_observer.h
+++ b/webrtc/modules/congestion_controller/include/mock/mock_congestion_observer.h
@@ -11,9 +11,6 @@
#ifndef WEBRTC_MODULES_CONGESTION_CONTROLLER_INCLUDE_MOCK_MOCK_CONGESTION_OBSERVER_H_
#define WEBRTC_MODULES_CONGESTION_CONTROLLER_INCLUDE_MOCK_MOCK_CONGESTION_OBSERVER_H_
-#include "webrtc/base/constructormagic.h"
-#include "webrtc/base/socket.h"
-#include "webrtc/common_types.h"
#include "webrtc/modules/congestion_controller/include/congestion_controller.h"
#include "webrtc/test/gmock.h"

Powered by Google App Engine
This is Rietveld 408576698