| Index: remoting/protocol/webrtc_audio_module.h | 
| diff --git a/remoting/protocol/webrtc_audio_module.h b/remoting/protocol/webrtc_audio_module.h | 
| index b31ce044a6723b6bc39dd75dfb8193ce6dc980ab..19f6e5422d49cc53baa1c6fe24ef34d8731296a1 100644 | 
| --- a/remoting/protocol/webrtc_audio_module.h | 
| +++ b/remoting/protocol/webrtc_audio_module.h | 
| @@ -17,8 +17,6 @@ class SingleThreadTaskRunner; | 
| namespace remoting { | 
| namespace protocol { | 
|  | 
| -class AudioStub; | 
| - | 
| // Audio module passed to WebRTC. It doesn't access actual audio devices, but it | 
| // provides all functionality we need to ensure that audio streaming works | 
| // properly in WebRTC. Particularly it's responsible for calling AudioTransport | 
|  |