| Index: webrtc/pc/mediastream.cc
|
| diff --git a/webrtc/api/mediastream.cc b/webrtc/pc/mediastream.cc
|
| similarity index 98%
|
| rename from webrtc/api/mediastream.cc
|
| rename to webrtc/pc/mediastream.cc
|
| index bef04ae8bdd2bc90d35f1e40a490d128f3ad8714..18307923ac0694627efd2c2663369dcf79773182 100644
|
| --- a/webrtc/api/mediastream.cc
|
| +++ b/webrtc/pc/mediastream.cc
|
| @@ -8,7 +8,7 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/api/mediastream.h"
|
| +#include "webrtc/pc/mediastream.h"
|
| #include "webrtc/base/checks.h"
|
| #include "webrtc/base/logging.h"
|
|
|
|
|