| Index: webrtc/rtc_base/stream.h
|
| diff --git a/webrtc/base/stream.h b/webrtc/rtc_base/stream.h
|
| similarity index 99%
|
| copy from webrtc/base/stream.h
|
| copy to webrtc/rtc_base/stream.h
|
| index dbc2ad750a9032181a042741d8ea9de67bb7e216..c03867da31d1a33b8abc7cfd2e701bf0b0359f8c 100644
|
| --- a/webrtc/base/stream.h
|
| +++ b/webrtc/rtc_base/stream.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_STREAM_H_
|
| -#define WEBRTC_BASE_STREAM_H_
|
| +#ifndef WEBRTC_RTC_BASE_STREAM_H_
|
| +#define WEBRTC_RTC_BASE_STREAM_H_
|
|
|
| #include <stdio.h>
|
|
|
| @@ -712,4 +712,4 @@ StreamResult Flow(StreamInterface* source,
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_STREAM_H_
|
| +#endif // WEBRTC_RTC_BASE_STREAM_H_
|
|
|