| Index: webrtc/rtc_tools/event_log_visualizer/analyzer.h
 | 
| diff --git a/webrtc/rtc_tools/event_log_visualizer/analyzer.h b/webrtc/rtc_tools/event_log_visualizer/analyzer.h
 | 
| index ce4868f3f9c31110cda96ea9ef4625e0efc6ec1e..328fc531babc068ef22cc1a129a6ed7b7995b70a 100644
 | 
| --- a/webrtc/rtc_tools/event_log_visualizer/analyzer.h
 | 
| +++ b/webrtc/rtc_tools/event_log_visualizer/analyzer.h
 | 
| @@ -79,9 +79,8 @@ class EventLogAnalyzer {
 | 
|  
 | 
|    void CreateIncomingPacketLossGraph(Plot* plot);
 | 
|  
 | 
| -  void CreateDelayChangeGraph(Plot* plot);
 | 
| -
 | 
| -  void CreateAccumulatedDelayChangeGraph(Plot* plot);
 | 
| +  void CreateIncomingDelayDeltaGraph(Plot* plot);
 | 
| +  void CreateIncomingDelayGraph(Plot* plot);
 | 
|  
 | 
|    void CreateFractionLossGraph(Plot* plot);
 | 
|  
 | 
| @@ -98,7 +97,7 @@ class EventLogAnalyzer {
 | 
|  
 | 
|    void CreateAudioEncoderTargetBitrateGraph(Plot* plot);
 | 
|    void CreateAudioEncoderFrameLengthGraph(Plot* plot);
 | 
| -  void CreateAudioEncoderUplinkPacketLossFractionGraph(Plot* plot);
 | 
| +  void CreateAudioEncoderPacketLossGraph(Plot* plot);
 | 
|    void CreateAudioEncoderEnableFecGraph(Plot* plot);
 | 
|    void CreateAudioEncoderEnableDtxGraph(Plot* plot);
 | 
|    void CreateAudioEncoderNumChannelsGraph(Plot* plot);
 | 
| 
 |