 Chromium Code Reviews
 Chromium Code Reviews Issue 2353033005:
  Refactoring: move ownership of RtcEventLog from Call to PeerConnection  (Closed)
    
  
    Issue 2353033005:
  Refactoring: move ownership of RtcEventLog from Call to PeerConnection  (Closed) 
  | Index: webrtc/media/DEPS | 
| diff --git a/webrtc/media/DEPS b/webrtc/media/DEPS | 
| index e44456317f650a15f57dccd0e195b2eac70531d2..580ac5c452b2cb7288b5ab3936f1d5a4b6afd7c1 100644 | 
| --- a/webrtc/media/DEPS | 
| +++ b/webrtc/media/DEPS | 
| @@ -3,6 +3,7 @@ include_rules = [ | 
| "+webrtc/base", | 
| "+webrtc/call", | 
| "+webrtc/common_video", | 
| + "+webrtc/logging/rtc_event_log", | 
| "+webrtc/modules/audio_coding", | 
| "+webrtc/modules/audio_device", | 
| "+webrtc/modules/audio_processing", |