Index: webrtc/api/androidvideocapturer.cc |
diff --git a/talk/app/webrtc/androidvideocapturer.cc b/webrtc/api/androidvideocapturer.cc |
similarity index 98% |
rename from talk/app/webrtc/androidvideocapturer.cc |
rename to webrtc/api/androidvideocapturer.cc |
index 6b0d51c5cca2b489162204cc70a3879688ef2223..276067a6c78fad929afc5b74470c530229456ce6 100644 |
--- a/talk/app/webrtc/androidvideocapturer.cc |
+++ b/webrtc/api/androidvideocapturer.cc |
@@ -24,9 +24,10 @@ |
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-#include "talk/app/webrtc/androidvideocapturer.h" |
-#include "talk/app/webrtc/java/jni/native_handle_impl.h" |
+#include "webrtc/api/androidvideocapturer.h" |
+ |
+#include "webrtc/api/java/jni/native_handle_impl.h" |
#include "webrtc/base/common.h" |
#include "webrtc/base/json.h" |
#include "webrtc/base/timeutils.h" |