| Index: third_party/WebKit/Source/modules/peerconnection/RTCSessionDescription.cpp
|
| diff --git a/third_party/WebKit/Source/modules/mediastream/RTCSessionDescription.cpp b/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescription.cpp
|
| similarity index 96%
|
| rename from third_party/WebKit/Source/modules/mediastream/RTCSessionDescription.cpp
|
| rename to third_party/WebKit/Source/modules/peerconnection/RTCSessionDescription.cpp
|
| index 076708be018d0062aef12a450935143618c8fc5b..66d90646b331d5bb1689bba0375be9e4905c4855 100644
|
| --- a/third_party/WebKit/Source/modules/mediastream/RTCSessionDescription.cpp
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescription.cpp
|
| @@ -28,11 +28,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "modules/mediastream/RTCSessionDescription.h"
|
| +#include "modules/peerconnection/RTCSessionDescription.h"
|
|
|
| #include "bindings/core/v8/ScriptValue.h"
|
| #include "bindings/core/v8/V8ObjectBuilder.h"
|
| -#include "modules/mediastream/RTCSessionDescriptionInit.h"
|
| +#include "modules/peerconnection/RTCSessionDescriptionInit.h"
|
|
|
| namespace blink {
|
|
|
|
|