| Index: webrtc/audio/audio_receive_stream.h
 | 
| diff --git a/webrtc/video/audio_receive_stream.h b/webrtc/audio/audio_receive_stream.h
 | 
| similarity index 92%
 | 
| rename from webrtc/video/audio_receive_stream.h
 | 
| rename to webrtc/audio/audio_receive_stream.h
 | 
| index c9ac04af397ade4edd719472686732f055d8a58d..70ad4fcf2b83bd057399e1fa81ef162411806529 100644
 | 
| --- a/webrtc/video/audio_receive_stream.h
 | 
| +++ b/webrtc/audio/audio_receive_stream.h
 | 
| @@ -8,8 +8,8 @@
 | 
|   *  be found in the AUTHORS file in the root of the source tree.
 | 
|   */
 | 
|  
 | 
| -#ifndef WEBRTC_VIDEO_AUDIO_RECEIVE_STREAM_H_
 | 
| -#define WEBRTC_VIDEO_AUDIO_RECEIVE_STREAM_H_
 | 
| +#ifndef WEBRTC_AUDIO_AUDIO_RECEIVE_STREAM_H_
 | 
| +#define WEBRTC_AUDIO_AUDIO_RECEIVE_STREAM_H_
 | 
|  
 | 
|  #include "webrtc/audio_receive_stream.h"
 | 
|  #include "webrtc/modules/rtp_rtcp/interface/rtp_header_parser.h"
 | 
| @@ -50,4 +50,4 @@ class AudioReceiveStream : public webrtc::AudioReceiveStream {
 | 
|  }  // namespace internal
 | 
|  }  // namespace webrtc
 | 
|  
 | 
| -#endif  // WEBRTC_VIDEO_AUDIO_RECEIVE_STREAM_H_
 | 
| +#endif  // WEBRTC_AUDIO_AUDIO_RECEIVE_STREAM_H_
 | 
| 
 |