| Index: webrtc/pc/jsepicecandidate.cc
|
| diff --git a/webrtc/api/jsepicecandidate.cc b/webrtc/pc/jsepicecandidate.cc
|
| similarity index 98%
|
| rename from webrtc/api/jsepicecandidate.cc
|
| rename to webrtc/pc/jsepicecandidate.cc
|
| index cced1b4d6a51b68c657ada0d5b29189cd7104174..51faa0739f8b034617a2647d6618303d7847de0e 100644
|
| --- a/webrtc/api/jsepicecandidate.cc
|
| +++ b/webrtc/pc/jsepicecandidate.cc
|
| @@ -12,8 +12,8 @@
|
|
|
| #include <vector>
|
|
|
| -#include "webrtc/api/webrtcsdp.h"
|
| #include "webrtc/base/stringencode.h"
|
| +#include "webrtc/pc/webrtcsdp.h"
|
|
|
| namespace webrtc {
|
|
|
|
|