| Index: webrtc/api/jsep.h
|
| diff --git a/talk/app/webrtc/jsep.h b/webrtc/api/jsep.h
|
| similarity index 98%
|
| rename from talk/app/webrtc/jsep.h
|
| rename to webrtc/api/jsep.h
|
| index c12ab85f346c10467b49cd2d3dc4dc69a4d347cc..c49a16b4515ecd3b1feff8108177fac070324545 100644
|
| --- a/talk/app/webrtc/jsep.h
|
| +++ b/webrtc/api/jsep.h
|
| @@ -27,8 +27,8 @@
|
|
|
| // Interfaces matching the draft-ietf-rtcweb-jsep-01.
|
|
|
| -#ifndef TALK_APP_WEBRTC_JSEP_H_
|
| -#define TALK_APP_WEBRTC_JSEP_H_
|
| +#ifndef WEBRTC_API_JSEP_H_
|
| +#define WEBRTC_API_JSEP_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -152,4 +152,4 @@ class SetSessionDescriptionObserver : public rtc::RefCountInterface {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // TALK_APP_WEBRTC_JSEP_H_
|
| +#endif // WEBRTC_API_JSEP_H_
|
|
|