| Index: webrtc/pc/webrtcsession.h
|
| diff --git a/webrtc/api/webrtcsession.h b/webrtc/pc/webrtcsession.h
|
| similarity index 99%
|
| rename from webrtc/api/webrtcsession.h
|
| rename to webrtc/pc/webrtcsession.h
|
| index 0030342ee6332afb61dfa8d4aaa4006a337bcce0..c25083330790aefff702cb2db5544584a5250b65 100644
|
| --- a/webrtc/api/webrtcsession.h
|
| +++ b/webrtc/pc/webrtcsession.h
|
| @@ -8,17 +8,14 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_API_WEBRTCSESSION_H_
|
| -#define WEBRTC_API_WEBRTCSESSION_H_
|
| +#ifndef WEBRTC_PC_WEBRTCSESSION_H_
|
| +#define WEBRTC_PC_WEBRTCSESSION_H_
|
|
|
| #include <memory>
|
| #include <set>
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "webrtc/api/datachannel.h"
|
| -#include "webrtc/api/dtmfsender.h"
|
| -#include "webrtc/api/mediacontroller.h"
|
| #include "webrtc/api/peerconnectioninterface.h"
|
| #include "webrtc/api/statstypes.h"
|
| #include "webrtc/base/constructormagic.h"
|
| @@ -29,10 +26,13 @@
|
| #include "webrtc/media/base/mediachannel.h"
|
| #include "webrtc/p2p/base/candidate.h"
|
| #include "webrtc/p2p/base/transportcontroller.h"
|
| +#include "webrtc/pc/datachannel.h"
|
| +#include "webrtc/pc/dtmfsender.h"
|
| +#include "webrtc/pc/mediacontroller.h"
|
| #include "webrtc/pc/mediasession.h"
|
|
|
| #ifdef HAVE_QUIC
|
| -#include "webrtc/api/quicdatatransport.h"
|
| +#include "webrtc/pc/quicdatatransport.h"
|
| #endif // HAVE_QUIC
|
|
|
| namespace cricket {
|
| @@ -651,4 +651,4 @@ class WebRtcSession :
|
| };
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_API_WEBRTCSESSION_H_
|
| +#endif // WEBRTC_PC_WEBRTCSESSION_H_
|
|
|