| Index: webrtc/api/webrtcsession_unittest.cc
|
| diff --git a/talk/app/webrtc/webrtcsession_unittest.cc b/webrtc/api/webrtcsession_unittest.cc
|
| similarity index 99%
|
| rename from talk/app/webrtc/webrtcsession_unittest.cc
|
| rename to webrtc/api/webrtcsession_unittest.cc
|
| index 8d8a78253810826b097ee2e35730415b094162f9..250e4153d640e00189941b9070faf76cf960b51f 100644
|
| --- a/talk/app/webrtc/webrtcsession_unittest.cc
|
| +++ b/webrtc/api/webrtcsession_unittest.cc
|
| @@ -28,22 +28,22 @@
|
| #include <utility>
|
| #include <vector>
|
|
|
| -#include "talk/app/webrtc/audiotrack.h"
|
| -#include "talk/app/webrtc/fakemediacontroller.h"
|
| -#include "talk/app/webrtc/fakemetricsobserver.h"
|
| -#include "talk/app/webrtc/jsepicecandidate.h"
|
| -#include "talk/app/webrtc/jsepsessiondescription.h"
|
| -#include "talk/app/webrtc/peerconnection.h"
|
| -#include "talk/app/webrtc/sctputils.h"
|
| -#include "talk/app/webrtc/streamcollection.h"
|
| -#include "talk/app/webrtc/streamcollection.h"
|
| -#include "talk/app/webrtc/test/fakeconstraints.h"
|
| -#include "talk/app/webrtc/test/fakedtlsidentitystore.h"
|
| -#include "talk/app/webrtc/videotrack.h"
|
| -#include "talk/app/webrtc/webrtcsession.h"
|
| -#include "talk/app/webrtc/webrtcsessiondescriptionfactory.h"
|
| #include "talk/session/media/channelmanager.h"
|
| #include "talk/session/media/mediasession.h"
|
| +#include "webrtc/api/audiotrack.h"
|
| +#include "webrtc/api/fakemediacontroller.h"
|
| +#include "webrtc/api/fakemetricsobserver.h"
|
| +#include "webrtc/api/jsepicecandidate.h"
|
| +#include "webrtc/api/jsepsessiondescription.h"
|
| +#include "webrtc/api/peerconnection.h"
|
| +#include "webrtc/api/sctputils.h"
|
| +#include "webrtc/api/streamcollection.h"
|
| +#include "webrtc/api/streamcollection.h"
|
| +#include "webrtc/api/test/fakeconstraints.h"
|
| +#include "webrtc/api/test/fakedtlsidentitystore.h"
|
| +#include "webrtc/api/videotrack.h"
|
| +#include "webrtc/api/webrtcsession.h"
|
| +#include "webrtc/api/webrtcsessiondescriptionfactory.h"
|
| #include "webrtc/base/fakenetwork.h"
|
| #include "webrtc/base/firewallsocketserver.h"
|
| #include "webrtc/base/gunit.h"
|
|
|