Index: webrtc/api/videosource_unittest.cc |
diff --git a/talk/app/webrtc/videosource_unittest.cc b/webrtc/api/videosource_unittest.cc |
similarity index 99% |
rename from talk/app/webrtc/videosource_unittest.cc |
rename to webrtc/api/videosource_unittest.cc |
index bb911270008e025626cc7024b68ffd6a000650ee..26543ad336184c1e3785eb3f448718119076f3da 100644 |
--- a/talk/app/webrtc/videosource_unittest.cc |
+++ b/webrtc/api/videosource_unittest.cc |
@@ -28,10 +28,10 @@ |
#include <string> |
#include <vector> |
-#include "talk/app/webrtc/remotevideocapturer.h" |
-#include "talk/app/webrtc/test/fakeconstraints.h" |
-#include "talk/app/webrtc/videosource.h" |
#include "talk/session/media/channelmanager.h" |
+#include "webrtc/api/remotevideocapturer.h" |
+#include "webrtc/api/test/fakeconstraints.h" |
+#include "webrtc/api/videosource.h" |
#include "webrtc/base/gunit.h" |
#include "webrtc/media/base/fakemediaengine.h" |
#include "webrtc/media/base/fakevideocapturer.h" |