| Index: webrtc/pc/jsepsessiondescription_unittest.cc
|
| diff --git a/webrtc/api/jsepsessiondescription_unittest.cc b/webrtc/pc/jsepsessiondescription_unittest.cc
|
| similarity index 99%
|
| rename from webrtc/api/jsepsessiondescription_unittest.cc
|
| rename to webrtc/pc/jsepsessiondescription_unittest.cc
|
| index f692457f7ebf351cbdf9f3c7ee912f2560a8655f..1e27e2428d96b0662f2ed28e00d38ddfb3c44a58 100644
|
| --- a/webrtc/api/jsepsessiondescription_unittest.cc
|
| +++ b/webrtc/pc/jsepsessiondescription_unittest.cc
|
| @@ -11,8 +11,6 @@
|
| #include <memory>
|
| #include <string>
|
|
|
| -#include "webrtc/api/jsepicecandidate.h"
|
| -#include "webrtc/api/jsepsessiondescription.h"
|
| #include "webrtc/base/gunit.h"
|
| #include "webrtc/base/helpers.h"
|
| #include "webrtc/base/ssladapter.h"
|
| @@ -20,6 +18,8 @@
|
| #include "webrtc/p2p/base/candidate.h"
|
| #include "webrtc/p2p/base/p2pconstants.h"
|
| #include "webrtc/p2p/base/sessiondescription.h"
|
| +#include "webrtc/pc/jsepicecandidate.h"
|
| +#include "webrtc/pc/jsepsessiondescription.h"
|
| #include "webrtc/pc/mediasession.h"
|
|
|
| using webrtc::IceCandidateCollection;
|
|
|