| Index: webrtc/api/peerconnectionfactory.h
|
| diff --git a/talk/app/webrtc/peerconnectionfactory.h b/webrtc/api/peerconnectionfactory.h
|
| similarity index 93%
|
| rename from talk/app/webrtc/peerconnectionfactory.h
|
| rename to webrtc/api/peerconnectionfactory.h
|
| index a38218aebe60c9f8aeadc2eded43118de4361501..701173668c2996c0c362daf998b3a84ad37481eb 100644
|
| --- a/talk/app/webrtc/peerconnectionfactory.h
|
| +++ b/webrtc/api/peerconnectionfactory.h
|
| @@ -25,16 +25,16 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TALK_APP_WEBRTC_PEERCONNECTIONFACTORY_H_
|
| -#define TALK_APP_WEBRTC_PEERCONNECTIONFACTORY_H_
|
| +#ifndef WEBRTC_API_PEERCONNECTIONFACTORY_H_
|
| +#define WEBRTC_API_PEERCONNECTIONFACTORY_H_
|
|
|
| #include <string>
|
|
|
| -#include "talk/app/webrtc/dtlsidentitystore.h"
|
| -#include "talk/app/webrtc/mediacontroller.h"
|
| -#include "talk/app/webrtc/mediastreaminterface.h"
|
| -#include "talk/app/webrtc/peerconnectioninterface.h"
|
| #include "talk/session/media/channelmanager.h"
|
| +#include "webrtc/api/dtlsidentitystore.h"
|
| +#include "webrtc/api/mediacontroller.h"
|
| +#include "webrtc/api/mediastreaminterface.h"
|
| +#include "webrtc/api/peerconnectioninterface.h"
|
| #include "webrtc/base/scoped_ptr.h"
|
| #include "webrtc/base/scoped_ref_ptr.h"
|
| #include "webrtc/base/thread.h"
|
| @@ -129,4 +129,4 @@ class PeerConnectionFactory : public PeerConnectionFactoryInterface {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // TALK_APP_WEBRTC_PEERCONNECTIONFACTORY_H_
|
| +#endif // WEBRTC_API_PEERCONNECTIONFACTORY_H_
|
|
|