| Index: webrtc/logging/rtc_event_log/rtc_event_log.cc
 | 
| diff --git a/webrtc/logging/rtc_event_log/rtc_event_log.cc b/webrtc/logging/rtc_event_log/rtc_event_log.cc
 | 
| index 7d5b6062bffe4ea01adafd3727600c4688016d46..01165c7b9cff27324a612934a2a87b8967533cea 100644
 | 
| --- a/webrtc/logging/rtc_event_log/rtc_event_log.cc
 | 
| +++ b/webrtc/logging/rtc_event_log/rtc_event_log.cc
 | 
| @@ -598,15 +598,6 @@ bool RtcEventLog::ParseRtcEventLog(const std::string& file_name,
 | 
|  
 | 
|  #endif  // ENABLE_RTC_EVENT_LOG
 | 
|  
 | 
| -bool RtcEventLogNullImpl::StartLogging(rtc::PlatformFile platform_file,
 | 
| -                                       int64_t max_size_bytes) {
 | 
| -  // The platform_file is open and needs to be closed.
 | 
| -  if (!rtc::ClosePlatformFile(platform_file)) {
 | 
| -    LOG(LS_ERROR) << "Can't close file.";
 | 
| -  }
 | 
| -  return false;
 | 
| -}
 | 
| -
 | 
|  // RtcEventLog member functions.
 | 
|  std::unique_ptr<RtcEventLog> RtcEventLog::Create() {
 | 
|  #ifdef ENABLE_RTC_EVENT_LOG
 | 
| 
 |