| Index: webrtc/call/audio_receive_stream.h
|
| diff --git a/webrtc/api/call/audio_receive_stream.h b/webrtc/call/audio_receive_stream.h
|
| similarity index 97%
|
| rename from webrtc/api/call/audio_receive_stream.h
|
| rename to webrtc/call/audio_receive_stream.h
|
| index ed9ff3417a8b48d7d767db80aa84566798881063..1299ded4291bdcab67c97cff3a37374189848bc8 100644
|
| --- a/webrtc/api/call/audio_receive_stream.h
|
| +++ b/webrtc/call/audio_receive_stream.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_API_CALL_AUDIO_RECEIVE_STREAM_H_
|
| -#define WEBRTC_API_CALL_AUDIO_RECEIVE_STREAM_H_
|
| +#ifndef WEBRTC_CALL_AUDIO_RECEIVE_STREAM_H_
|
| +#define WEBRTC_CALL_AUDIO_RECEIVE_STREAM_H_
|
|
|
| #include <map>
|
| #include <memory>
|
| @@ -139,4 +139,4 @@ class AudioReceiveStream {
|
| };
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_API_CALL_AUDIO_RECEIVE_STREAM_H_
|
| +#endif // WEBRTC_CALL_AUDIO_RECEIVE_STREAM_H_
|
|
|