| Index: webrtc/api/peerconnection_unittest.cc
|
| diff --git a/talk/app/webrtc/peerconnection_unittest.cc b/webrtc/api/peerconnection_unittest.cc
|
| similarity index 99%
|
| rename from talk/app/webrtc/peerconnection_unittest.cc
|
| rename to webrtc/api/peerconnection_unittest.cc
|
| index cad13e24412c881cb1b3f256996acbae8d697e08..c1e7e3dfd940c6f9fbc8d4b37066ee776c8f3aa7 100644
|
| --- a/talk/app/webrtc/peerconnection_unittest.cc
|
| +++ b/webrtc/api/peerconnection_unittest.cc
|
| @@ -33,21 +33,21 @@
|
| #include <utility>
|
| #include <vector>
|
|
|
| -#include "talk/app/webrtc/dtmfsender.h"
|
| -#include "talk/app/webrtc/fakemetricsobserver.h"
|
| -#include "talk/app/webrtc/localaudiosource.h"
|
| -#include "talk/app/webrtc/mediastreaminterface.h"
|
| -#include "talk/app/webrtc/peerconnection.h"
|
| -#include "talk/app/webrtc/peerconnectionfactory.h"
|
| -#include "talk/app/webrtc/peerconnectioninterface.h"
|
| -#include "talk/app/webrtc/test/fakeaudiocapturemodule.h"
|
| -#include "talk/app/webrtc/test/fakeconstraints.h"
|
| -#include "talk/app/webrtc/test/fakedtlsidentitystore.h"
|
| -#include "talk/app/webrtc/test/fakeperiodicvideocapturer.h"
|
| -#include "talk/app/webrtc/test/fakevideotrackrenderer.h"
|
| -#include "talk/app/webrtc/test/mockpeerconnectionobservers.h"
|
| -#include "talk/app/webrtc/videosourceinterface.h"
|
| #include "talk/session/media/mediasession.h"
|
| +#include "webrtc/api/dtmfsender.h"
|
| +#include "webrtc/api/fakemetricsobserver.h"
|
| +#include "webrtc/api/localaudiosource.h"
|
| +#include "webrtc/api/mediastreaminterface.h"
|
| +#include "webrtc/api/peerconnection.h"
|
| +#include "webrtc/api/peerconnectionfactory.h"
|
| +#include "webrtc/api/peerconnectioninterface.h"
|
| +#include "webrtc/api/test/fakeaudiocapturemodule.h"
|
| +#include "webrtc/api/test/fakeconstraints.h"
|
| +#include "webrtc/api/test/fakedtlsidentitystore.h"
|
| +#include "webrtc/api/test/fakeperiodicvideocapturer.h"
|
| +#include "webrtc/api/test/fakevideotrackrenderer.h"
|
| +#include "webrtc/api/test/mockpeerconnectionobservers.h"
|
| +#include "webrtc/api/videosourceinterface.h"
|
| #include "webrtc/base/gunit.h"
|
| #include "webrtc/base/physicalsocketserver.h"
|
| #include "webrtc/base/scoped_ptr.h"
|
|
|