| Index: webrtc/pc/videotrack.cc
|
| diff --git a/webrtc/api/videotrack.cc b/webrtc/pc/videotrack.cc
|
| similarity index 98%
|
| rename from webrtc/api/videotrack.cc
|
| rename to webrtc/pc/videotrack.cc
|
| index b47a32044f33d4ee7f0e52bf41016076a5fb4b3b..c870628dea60a0d88d5c6c2930ae82916156fdbf 100644
|
| --- a/webrtc/api/videotrack.cc
|
| +++ b/webrtc/pc/videotrack.cc
|
| @@ -8,7 +8,7 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/api/videotrack.h"
|
| +#include "webrtc/pc/videotrack.h"
|
|
|
| #include <string>
|
|
|
|
|