| Index: webrtc/api/videotrack_unittest.cc
|
| diff --git a/talk/app/webrtc/videotrack_unittest.cc b/webrtc/api/videotrack_unittest.cc
|
| similarity index 96%
|
| rename from talk/app/webrtc/videotrack_unittest.cc
|
| rename to webrtc/api/videotrack_unittest.cc
|
| index 88552a55a08e3c7a2f8d1c1cabf76c7896f9e39f..717cba697f096280443b5a2f09840e7020e631dd 100644
|
| --- a/talk/app/webrtc/videotrack_unittest.cc
|
| +++ b/webrtc/api/videotrack_unittest.cc
|
| @@ -27,11 +27,11 @@
|
|
|
| #include <string>
|
|
|
| -#include "talk/app/webrtc/remotevideocapturer.h"
|
| -#include "talk/app/webrtc/test/fakevideotrackrenderer.h"
|
| -#include "talk/app/webrtc/videosource.h"
|
| -#include "talk/app/webrtc/videotrack.h"
|
| #include "talk/session/media/channelmanager.h"
|
| +#include "webrtc/api/remotevideocapturer.h"
|
| +#include "webrtc/api/test/fakevideotrackrenderer.h"
|
| +#include "webrtc/api/videosource.h"
|
| +#include "webrtc/api/videotrack.h"
|
| #include "webrtc/base/gunit.h"
|
| #include "webrtc/base/scoped_ptr.h"
|
| #include "webrtc/media/base/fakemediaengine.h"
|
|
|