| Index: webrtc/common_types.h
 | 
| diff --git a/webrtc/common_types.h b/webrtc/common_types.h
 | 
| index 7be74e68473c92c51107059c8ee690e9c4aa122a..9b730a13cbbea99b163a86681345339b62e56bac 100644
 | 
| --- a/webrtc/common_types.h
 | 
| +++ b/webrtc/common_types.h
 | 
| @@ -165,17 +165,6 @@ enum FrameType
 | 
|      kVideoFrameDelta       = 4,    // depends on the previus frame
 | 
|  };
 | 
|  
 | 
| -// External transport callback interface
 | 
| -class Transport {
 | 
| - public:
 | 
| -  virtual int SendPacket(const void* data, size_t len) = 0;
 | 
| -  virtual int SendRTCPPacket(const void* data, size_t len) = 0;
 | 
| -
 | 
| - protected:
 | 
| -  virtual ~Transport() {}
 | 
| -  Transport() {}
 | 
| -};
 | 
| -
 | 
|  // Statistics for an RTCP channel
 | 
|  struct RtcpStatistics {
 | 
|    RtcpStatistics()
 | 
| 
 |