| Index: webrtc/api/test/peerconnectiontestwrapper.h
|
| diff --git a/talk/app/webrtc/test/peerconnectiontestwrapper.h b/webrtc/api/test/peerconnectiontestwrapper.h
|
| similarity index 92%
|
| rename from talk/app/webrtc/test/peerconnectiontestwrapper.h
|
| rename to webrtc/api/test/peerconnectiontestwrapper.h
|
| index 883f2f2454166f84e47f4303e87c60b7293e2bd9..f4600ea88cabf27937350eac5fd2e29a39c84b49 100644
|
| --- a/talk/app/webrtc/test/peerconnectiontestwrapper.h
|
| +++ b/webrtc/api/test/peerconnectiontestwrapper.h
|
| @@ -25,13 +25,13 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TALK_APP_WEBRTC_TEST_PEERCONNECTIONTESTWRAPPER_H_
|
| -#define TALK_APP_WEBRTC_TEST_PEERCONNECTIONTESTWRAPPER_H_
|
| +#ifndef WEBRTC_API_TEST_PEERCONNECTIONTESTWRAPPER_H_
|
| +#define WEBRTC_API_TEST_PEERCONNECTIONTESTWRAPPER_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/fakevideotrackrenderer.h"
|
| +#include "webrtc/api/peerconnectioninterface.h"
|
| +#include "webrtc/api/test/fakeaudiocapturemodule.h"
|
| +#include "webrtc/api/test/fakeconstraints.h"
|
| +#include "webrtc/api/test/fakevideotrackrenderer.h"
|
| #include "webrtc/base/sigslot.h"
|
|
|
| class PeerConnectionTestWrapper
|
| @@ -112,4 +112,4 @@ class PeerConnectionTestWrapper
|
| rtc::scoped_ptr<webrtc::FakeVideoTrackRenderer> renderer_;
|
| };
|
|
|
| -#endif // TALK_APP_WEBRTC_TEST_PEERCONNECTIONTESTWRAPPER_H_
|
| +#endif // WEBRTC_API_TEST_PEERCONNECTIONTESTWRAPPER_H_
|
|
|