| Index: webrtc/pc/webrtcsdp.cc
|
| diff --git a/webrtc/api/webrtcsdp.cc b/webrtc/pc/webrtcsdp.cc
|
| similarity index 99%
|
| rename from webrtc/api/webrtcsdp.cc
|
| rename to webrtc/pc/webrtcsdp.cc
|
| index d78112c1680e86ed1b6b20d9105ca6a48a3dd74e..dc4480cc1f365713024fe87dc6c3d45398f38404 100644
|
| --- a/webrtc/api/webrtcsdp.cc
|
| +++ b/webrtc/pc/webrtcsdp.cc
|
| @@ -8,7 +8,7 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/api/webrtcsdp.h"
|
| +#include "webrtc/pc/webrtcsdp.h"
|
|
|
| #include <ctype.h>
|
| #include <limits.h>
|
| @@ -20,8 +20,6 @@
|
| #include <unordered_map>
|
| #include <vector>
|
|
|
| -#include "webrtc/api/jsepicecandidate.h"
|
| -#include "webrtc/api/jsepsessiondescription.h"
|
| #include "webrtc/base/arraysize.h"
|
| #include "webrtc/base/common.h"
|
| #include "webrtc/base/logging.h"
|
| @@ -37,6 +35,8 @@
|
| #include "webrtc/p2p/base/candidate.h"
|
| #include "webrtc/p2p/base/p2pconstants.h"
|
| #include "webrtc/p2p/base/port.h"
|
| +#include "webrtc/pc/jsepicecandidate.h"
|
| +#include "webrtc/pc/jsepsessiondescription.h"
|
| #include "webrtc/pc/mediasession.h"
|
|
|
| using cricket::AudioContentDescription;
|
|
|