| Index: webrtc/api/videosource.cc
|
| diff --git a/talk/app/webrtc/videosource.cc b/webrtc/api/videosource.cc
|
| similarity index 99%
|
| rename from talk/app/webrtc/videosource.cc
|
| rename to webrtc/api/videosource.cc
|
| index 08c971738bbeeb305204b02b2aaefd5893add1f0..a94c9377e274b257757568a6c13e89ab7361d58a 100644
|
| --- a/talk/app/webrtc/videosource.cc
|
| +++ b/webrtc/api/videosource.cc
|
| @@ -25,12 +25,12 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "talk/app/webrtc/videosource.h"
|
| +#include "webrtc/api/videosource.h"
|
|
|
| #include <cstdlib>
|
| #include <vector>
|
|
|
| -#include "talk/app/webrtc/mediaconstraintsinterface.h"
|
| +#include "webrtc/api/mediaconstraintsinterface.h"
|
| #include "talk/session/media/channelmanager.h"
|
| #include "webrtc/base/arraysize.h"
|
|
|
|
|