| Index: webrtc/call/audio_send_stream.h
 | 
| diff --git a/webrtc/api/call/audio_send_stream.h b/webrtc/call/audio_send_stream.h
 | 
| similarity index 96%
 | 
| rename from webrtc/api/call/audio_send_stream.h
 | 
| rename to webrtc/call/audio_send_stream.h
 | 
| index 487ce98721f19cd9631695bf82f8eb14fdd7c9ee..20635890649b077e0742654d126c922116af7b00 100644
 | 
| --- a/webrtc/api/call/audio_send_stream.h
 | 
| +++ b/webrtc/call/audio_send_stream.h
 | 
| @@ -8,8 +8,8 @@
 | 
|   *  be found in the AUTHORS file in the root of the source tree.
 | 
|   */
 | 
|  
 | 
| -#ifndef WEBRTC_API_CALL_AUDIO_SEND_STREAM_H_
 | 
| -#define WEBRTC_API_CALL_AUDIO_SEND_STREAM_H_
 | 
| +#ifndef WEBRTC_CALL_AUDIO_SEND_STREAM_H_
 | 
| +#define WEBRTC_CALL_AUDIO_SEND_STREAM_H_
 | 
|  
 | 
|  #include <memory>
 | 
|  #include <string>
 | 
| @@ -142,4 +142,4 @@ class AudioSendStream {
 | 
|  };
 | 
|  }  // namespace webrtc
 | 
|  
 | 
| -#endif  // WEBRTC_API_CALL_AUDIO_SEND_STREAM_H_
 | 
| +#endif  // WEBRTC_CALL_AUDIO_SEND_STREAM_H_
 | 
| 
 |