| Index: webrtc/api/videosourceinterface.h
|
| diff --git a/talk/app/webrtc/videosourceinterface.h b/webrtc/api/videosourceinterface.h
|
| similarity index 93%
|
| rename from talk/app/webrtc/videosourceinterface.h
|
| rename to webrtc/api/videosourceinterface.h
|
| index d74bf3bff934f9b5042b71897c50efcda69fb5e1..549157668422e0995e617cf65ff592a9e480d05d 100644
|
| --- a/talk/app/webrtc/videosourceinterface.h
|
| +++ b/webrtc/api/videosourceinterface.h
|
| @@ -25,10 +25,10 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TALK_APP_WEBRTC_VIDEOSOURCEINTERFACE_H_
|
| -#define TALK_APP_WEBRTC_VIDEOSOURCEINTERFACE_H_
|
| +#ifndef WEBRTC_API_VIDEOSOURCEINTERFACE_H_
|
| +#define WEBRTC_API_VIDEOSOURCEINTERFACE_H_
|
|
|
| -#include "talk/app/webrtc/mediastreaminterface.h"
|
| +#include "webrtc/api/mediastreaminterface.h"
|
| #include "webrtc/media/base/mediachannel.h"
|
| #include "webrtc/media/base/videorenderer.h"
|
|
|
| @@ -65,4 +65,4 @@ class VideoSourceInterface : public MediaSourceInterface {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // TALK_APP_WEBRTC_VIDEOSOURCEINTERFACE_H_
|
| +#endif // WEBRTC_API_VIDEOSOURCEINTERFACE_H_
|
|
|