| Index: webrtc/pc/webrtcsdp.h
|
| diff --git a/webrtc/api/webrtcsdp.h b/webrtc/pc/webrtcsdp.h
|
| similarity index 97%
|
| rename from webrtc/api/webrtcsdp.h
|
| rename to webrtc/pc/webrtcsdp.h
|
| index e7fdb34d01e37f17510654a6ed2e9d0906b2c8ba..beaf0c5751af7d3262e4131b68746f5a98b70073 100644
|
| --- a/webrtc/api/webrtcsdp.h
|
| +++ b/webrtc/pc/webrtcsdp.h
|
| @@ -17,8 +17,8 @@
|
| // * draft-lennox-mmusic-sdp-source-selection-02 -
|
| // Mechanisms for Media Source Selection in SDP
|
|
|
| -#ifndef WEBRTC_API_WEBRTCSDP_H_
|
| -#define WEBRTC_API_WEBRTCSDP_H_
|
| +#ifndef WEBRTC_PC_WEBRTCSDP_H_
|
| +#define WEBRTC_PC_WEBRTCSDP_H_
|
|
|
| #include <string>
|
|
|
| @@ -84,4 +84,4 @@ bool SdpDeserializeCandidate(const std::string& transport_name,
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_API_WEBRTCSDP_H_
|
| +#endif // WEBRTC_PC_WEBRTCSDP_H_
|
|
|