| Index: webrtc/api/webrtcsession.h
|
| diff --git a/talk/app/webrtc/webrtcsession.h b/webrtc/api/webrtcsession.h
|
| similarity index 98%
|
| rename from talk/app/webrtc/webrtcsession.h
|
| rename to webrtc/api/webrtcsession.h
|
| index 7378736b15fee0bd86b035fd8d4953ab8829b942..0632fe24ca04c8ed5b64524f9de5cfb9df9a0d33 100644
|
| --- a/talk/app/webrtc/webrtcsession.h
|
| +++ b/webrtc/api/webrtcsession.h
|
| @@ -25,19 +25,19 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TALK_APP_WEBRTC_WEBRTCSESSION_H_
|
| -#define TALK_APP_WEBRTC_WEBRTCSESSION_H_
|
| +#ifndef WEBRTC_API_WEBRTCSESSION_H_
|
| +#define WEBRTC_API_WEBRTCSESSION_H_
|
|
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "talk/app/webrtc/datachannel.h"
|
| -#include "talk/app/webrtc/dtmfsender.h"
|
| -#include "talk/app/webrtc/mediacontroller.h"
|
| -#include "talk/app/webrtc/mediastreamprovider.h"
|
| -#include "talk/app/webrtc/peerconnectioninterface.h"
|
| -#include "talk/app/webrtc/statstypes.h"
|
| #include "talk/session/media/mediasession.h"
|
| +#include "webrtc/api/datachannel.h"
|
| +#include "webrtc/api/dtmfsender.h"
|
| +#include "webrtc/api/mediacontroller.h"
|
| +#include "webrtc/api/mediastreamprovider.h"
|
| +#include "webrtc/api/peerconnectioninterface.h"
|
| +#include "webrtc/api/statstypes.h"
|
| #include "webrtc/base/sigslot.h"
|
| #include "webrtc/base/sslidentity.h"
|
| #include "webrtc/base/thread.h"
|
| @@ -519,4 +519,4 @@ class WebRtcSession : public AudioProviderInterface,
|
| };
|
| } // namespace webrtc
|
|
|
| -#endif // TALK_APP_WEBRTC_WEBRTCSESSION_H_
|
| +#endif // WEBRTC_API_WEBRTCSESSION_H_
|
|
|