| Index: third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h
 | 
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h b/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h
 | 
| index 6091d2b8896e0ed93d9ee4292a0257d5fbb846fc..86640c7a01a9185fca1a453765ed3f491cbfcc95 100644
 | 
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h
 | 
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h
 | 
| @@ -121,7 +121,7 @@ private:
 | 
|      void dispose();
 | 
|  
 | 
|      void scheduleDispatchEvent(Event*);
 | 
| -    void scheduledEventTimerFired(Timer<RTCDataChannel>*);
 | 
| +    void scheduledEventTimerFired(TimerBase*);
 | 
|  
 | 
|      std::unique_ptr<WebRTCDataChannelHandler> m_handler;
 | 
|  
 | 
| 
 |