| Index: webrtc/api/videosource.h
|
| diff --git a/talk/app/webrtc/videosource.h b/webrtc/api/videosource.h
|
| similarity index 93%
|
| rename from talk/app/webrtc/videosource.h
|
| rename to webrtc/api/videosource.h
|
| index bae5d30c05c5aea66e352e45f3c37005818061fc..262bc441f74a175d0e0d8889274011553a120cf1 100644
|
| --- a/talk/app/webrtc/videosource.h
|
| +++ b/webrtc/api/videosource.h
|
| @@ -25,15 +25,15 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TALK_APP_WEBRTC_VIDEOSOURCE_H_
|
| -#define TALK_APP_WEBRTC_VIDEOSOURCE_H_
|
| +#ifndef WEBRTC_API_VIDEOSOURCE_H_
|
| +#define WEBRTC_API_VIDEOSOURCE_H_
|
|
|
| #include <list>
|
|
|
| -#include "talk/app/webrtc/mediastreaminterface.h"
|
| -#include "talk/app/webrtc/notifier.h"
|
| -#include "talk/app/webrtc/videosourceinterface.h"
|
| -#include "talk/app/webrtc/videotrackrenderers.h"
|
| +#include "webrtc/api/mediastreaminterface.h"
|
| +#include "webrtc/api/notifier.h"
|
| +#include "webrtc/api/videosourceinterface.h"
|
| +#include "webrtc/api/videotrackrenderers.h"
|
| #include "webrtc/base/scoped_ptr.h"
|
| #include "webrtc/base/sigslot.h"
|
| #include "webrtc/media/base/videosinkinterface.h"
|
| @@ -113,4 +113,4 @@ class VideoSource : public Notifier<VideoSourceInterface>,
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // TALK_APP_WEBRTC_VIDEOSOURCE_H_
|
| +#endif // WEBRTC_API_VIDEOSOURCE_H_
|
|
|