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

Unified Diff: webrtc/call/rampup_tests.h

Issue 2353033005: Refactoring: move ownership of RtcEventLog from Call to PeerConnection (Closed)
Patch Set: Updated unit tests to use RtcEventLogNullImpl. Created 4 years, 2 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/call/rampup_tests.h
diff --git a/webrtc/call/rampup_tests.h b/webrtc/call/rampup_tests.h
index f3779e21f7137438cb518d9029a407a2372e1c86..da1ca745ba202a8ddb1ccdf1c25dc7a63d4b57be 100644
--- a/webrtc/call/rampup_tests.h
+++ b/webrtc/call/rampup_tests.h
@@ -17,6 +17,7 @@
#include "webrtc/base/event.h"
#include "webrtc/call.h"
+#include "webrtc/logging/rtc_event_log/rtc_event_log.h"
#include "webrtc/test/call_test.h"
namespace webrtc {
@@ -57,6 +58,7 @@ class RampUpTester : public test::EndToEndTest {
const std::string& units) const;
void TriggerTestDone();
+ webrtc::RtcEventLogNullImpl event_log_;
rtc::Event event_;
Clock* const clock_;
FakeNetworkPipe::Config forward_transport_config_;

Powered by Google App Engine
This is Rietveld 408576698