| Index: webrtc/api/mediastream_unittest.cc
|
| diff --git a/talk/app/webrtc/mediastream_unittest.cc b/webrtc/api/mediastream_unittest.cc
|
| similarity index 98%
|
| rename from talk/app/webrtc/mediastream_unittest.cc
|
| rename to webrtc/api/mediastream_unittest.cc
|
| index f19b9456a64db73f1cf76a5f0cfe1094bc5ea592..5d6d15d78bf3b0d470aa1ee501eae7687e577368 100644
|
| --- a/talk/app/webrtc/mediastream_unittest.cc
|
| +++ b/webrtc/api/mediastream_unittest.cc
|
| @@ -27,9 +27,9 @@
|
|
|
| #include <string>
|
|
|
| -#include "talk/app/webrtc/audiotrack.h"
|
| -#include "talk/app/webrtc/mediastream.h"
|
| -#include "talk/app/webrtc/videotrack.h"
|
| +#include "webrtc/api/audiotrack.h"
|
| +#include "webrtc/api/mediastream.h"
|
| +#include "webrtc/api/videotrack.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "webrtc/base/gunit.h"
|
|
|