| Index: webrtc/api/webrtcsessiondescriptionfactory.h
|
| diff --git a/talk/app/webrtc/webrtcsessiondescriptionfactory.h b/webrtc/api/webrtcsessiondescriptionfactory.h
|
| similarity index 96%
|
| rename from talk/app/webrtc/webrtcsessiondescriptionfactory.h
|
| rename to webrtc/api/webrtcsessiondescriptionfactory.h
|
| index 3281bb5c8848dc2298e90d9dae93819ddc861466..7d2cdee42d95485af974b3f14e0e3f7dac535d36 100644
|
| --- a/talk/app/webrtc/webrtcsessiondescriptionfactory.h
|
| +++ b/webrtc/api/webrtcsessiondescriptionfactory.h
|
| @@ -25,12 +25,12 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TALK_APP_WEBRTC_WEBRTCSESSIONDESCRIPTIONFACTORY_H_
|
| -#define TALK_APP_WEBRTC_WEBRTCSESSIONDESCRIPTIONFACTORY_H_
|
| +#ifndef WEBRTC_API_WEBRTCSESSIONDESCRIPTIONFACTORY_H_
|
| +#define WEBRTC_API_WEBRTCSESSIONDESCRIPTIONFACTORY_H_
|
|
|
| -#include "talk/app/webrtc/dtlsidentitystore.h"
|
| -#include "talk/app/webrtc/peerconnectioninterface.h"
|
| #include "talk/session/media/mediasession.h"
|
| +#include "webrtc/api/dtlsidentitystore.h"
|
| +#include "webrtc/api/peerconnectioninterface.h"
|
| #include "webrtc/base/messagehandler.h"
|
| #include "webrtc/base/rtccertificate.h"
|
| #include "webrtc/p2p/base/transportdescriptionfactory.h"
|
| @@ -190,4 +190,4 @@ class WebRtcSessionDescriptionFactory : public rtc::MessageHandler,
|
| };
|
| } // namespace webrtc
|
|
|
| -#endif // TALK_APP_WEBRTC_WEBRTCSESSIONDESCRIPTIONFACTORY_H_
|
| +#endif // WEBRTC_API_WEBRTCSESSIONDESCRIPTIONFACTORY_H_
|
|
|