| Index: webrtc/api/webrtcsdp.h
|
| diff --git a/talk/app/webrtc/webrtcsdp.h b/webrtc/api/webrtcsdp.h
|
| similarity index 96%
|
| rename from talk/app/webrtc/webrtcsdp.h
|
| rename to webrtc/api/webrtcsdp.h
|
| index fcbbdad3d3a7e2b9913cf5a45d0f8f626aec8ac7..a75f735417f636a5f3a2500ae55e526044058d1c 100644
|
| --- a/talk/app/webrtc/webrtcsdp.h
|
| +++ b/webrtc/api/webrtcsdp.h
|
| @@ -34,8 +34,8 @@
|
| // * draft-lennox-mmusic-sdp-source-selection-02 -
|
| // Mechanisms for Media Source Selection in SDP
|
|
|
| -#ifndef TALK_APP_WEBRTC_WEBRTCSDP_H_
|
| -#define TALK_APP_WEBRTC_WEBRTCSDP_H_
|
| +#ifndef WEBRTC_API_WEBRTCSDP_H_
|
| +#define WEBRTC_API_WEBRTCSDP_H_
|
|
|
| #include <string>
|
|
|
| @@ -78,4 +78,4 @@ bool SdpDeserializeCandidate(const std::string& message,
|
| SdpParseError* error);
|
| } // namespace webrtc
|
|
|
| -#endif // TALK_APP_WEBRTC_WEBRTCSDP_H_
|
| +#endif // WEBRTC_API_WEBRTCSDP_H_
|
|
|