| Index: webrtc/pc/jsepicecandidate.cc
|
| diff --git a/webrtc/api/jsepicecandidate.cc b/webrtc/pc/jsepicecandidate.cc
|
| similarity index 97%
|
| rename from webrtc/api/jsepicecandidate.cc
|
| rename to webrtc/pc/jsepicecandidate.cc
|
| index cced1b4d6a51b68c657ada0d5b29189cd7104174..d113f01a99c1b19d19c18e93ab886c6082dea85d 100644
|
| --- a/webrtc/api/jsepicecandidate.cc
|
| +++ b/webrtc/pc/jsepicecandidate.cc
|
| @@ -8,12 +8,12 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/api/jsepicecandidate.h"
|
| +#include "webrtc/pc/jsepicecandidate.h"
|
|
|
| #include <vector>
|
|
|
| -#include "webrtc/api/webrtcsdp.h"
|
| #include "webrtc/base/stringencode.h"
|
| +#include "webrtc/pc/webrtcsdp.h"
|
|
|
| namespace webrtc {
|
|
|
|
|