| Index: webrtc/api/peerconnectioninterface_unittest.cc
|
| diff --git a/talk/app/webrtc/peerconnectioninterface_unittest.cc b/webrtc/api/peerconnectioninterface_unittest.cc
|
| similarity index 99%
|
| rename from talk/app/webrtc/peerconnectioninterface_unittest.cc
|
| rename to webrtc/api/peerconnectioninterface_unittest.cc
|
| index c29718fe3493fdd151f4e356719fb0e8fb7e20c5..b93cd7787f79026104bb6c1fe6adb9ee35a6ea70 100644
|
| --- a/talk/app/webrtc/peerconnectioninterface_unittest.cc
|
| +++ b/webrtc/api/peerconnectioninterface_unittest.cc
|
| @@ -28,25 +28,25 @@
|
| #include <string>
|
| #include <utility>
|
|
|
| -#include "talk/app/webrtc/audiotrack.h"
|
| -#include "talk/app/webrtc/jsepsessiondescription.h"
|
| -#include "talk/app/webrtc/mediastream.h"
|
| -#include "talk/app/webrtc/mediastreaminterface.h"
|
| -#include "talk/app/webrtc/peerconnection.h"
|
| -#include "talk/app/webrtc/peerconnectioninterface.h"
|
| -#include "talk/app/webrtc/rtpreceiverinterface.h"
|
| -#include "talk/app/webrtc/rtpsenderinterface.h"
|
| -#include "talk/app/webrtc/streamcollection.h"
|
| +#include "talk/session/media/mediasession.h"
|
| +#include "webrtc/api/audiotrack.h"
|
| +#include "webrtc/api/jsepsessiondescription.h"
|
| +#include "webrtc/api/mediastream.h"
|
| +#include "webrtc/api/mediastreaminterface.h"
|
| +#include "webrtc/api/peerconnection.h"
|
| +#include "webrtc/api/peerconnectioninterface.h"
|
| +#include "webrtc/api/rtpreceiverinterface.h"
|
| +#include "webrtc/api/rtpsenderinterface.h"
|
| +#include "webrtc/api/streamcollection.h"
|
| #ifdef WEBRTC_ANDROID
|
| -#include "talk/app/webrtc/test/androidtestinitializer.h"
|
| +#include "webrtc/api/test/androidtestinitializer.h"
|
| #endif
|
| -#include "talk/app/webrtc/test/fakeconstraints.h"
|
| -#include "talk/app/webrtc/test/fakedtlsidentitystore.h"
|
| -#include "talk/app/webrtc/test/mockpeerconnectionobservers.h"
|
| -#include "talk/app/webrtc/test/testsdpstrings.h"
|
| -#include "talk/app/webrtc/videosource.h"
|
| -#include "talk/app/webrtc/videotrack.h"
|
| -#include "talk/session/media/mediasession.h"
|
| +#include "webrtc/api/test/fakeconstraints.h"
|
| +#include "webrtc/api/test/fakedtlsidentitystore.h"
|
| +#include "webrtc/api/test/mockpeerconnectionobservers.h"
|
| +#include "webrtc/api/test/testsdpstrings.h"
|
| +#include "webrtc/api/videosource.h"
|
| +#include "webrtc/api/videotrack.h"
|
| #include "webrtc/base/gunit.h"
|
| #include "webrtc/base/scoped_ptr.h"
|
| #include "webrtc/base/ssladapter.h"
|
|
|