| Index: webrtc/api/rtpsender.h
|
| diff --git a/talk/app/webrtc/rtpsender.h b/webrtc/api/rtpsender.h
|
| similarity index 96%
|
| rename from talk/app/webrtc/rtpsender.h
|
| rename to webrtc/api/rtpsender.h
|
| index c68f64be40b29ab673c2f507d15856d01f92434c..45b765de9f4a25b2c3c64ae4e766d5489a8b8f1a 100644
|
| --- a/talk/app/webrtc/rtpsender.h
|
| +++ b/webrtc/api/rtpsender.h
|
| @@ -29,14 +29,14 @@
|
| // An RtpSender associates a MediaStreamTrackInterface with an underlying
|
| // transport (provided by AudioProviderInterface/VideoProviderInterface)
|
|
|
| -#ifndef TALK_APP_WEBRTC_RTPSENDER_H_
|
| -#define TALK_APP_WEBRTC_RTPSENDER_H_
|
| +#ifndef WEBRTC_API_RTPSENDER_H_
|
| +#define WEBRTC_API_RTPSENDER_H_
|
|
|
| #include <string>
|
|
|
| -#include "talk/app/webrtc/mediastreamprovider.h"
|
| -#include "talk/app/webrtc/rtpsenderinterface.h"
|
| -#include "talk/app/webrtc/statscollector.h"
|
| +#include "webrtc/api/mediastreamprovider.h"
|
| +#include "webrtc/api/rtpsenderinterface.h"
|
| +#include "webrtc/api/statscollector.h"
|
| #include "webrtc/base/basictypes.h"
|
| #include "webrtc/base/criticalsection.h"
|
| #include "webrtc/base/scoped_ptr.h"
|
| @@ -192,4 +192,4 @@ class VideoRtpSender : public ObserverInterface,
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // TALK_APP_WEBRTC_RTPSENDER_H_
|
| +#endif // WEBRTC_API_RTPSENDER_H_
|
|
|