Index: webrtc/pc/test/peerconnectiontestwrapper.h |
diff --git a/webrtc/api/test/peerconnectiontestwrapper.h b/webrtc/pc/test/peerconnectiontestwrapper.h |
similarity index 94% |
rename from webrtc/api/test/peerconnectiontestwrapper.h |
rename to webrtc/pc/test/peerconnectiontestwrapper.h |
index 6433e8fb05546e60f65736ef0ac04bfccb6f5265..59e6968f14fe7977fd0f9301e793c67904308093 100644 |
--- a/webrtc/api/test/peerconnectiontestwrapper.h |
+++ b/webrtc/pc/test/peerconnectiontestwrapper.h |
@@ -8,16 +8,16 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_API_TEST_PEERCONNECTIONTESTWRAPPER_H_ |
-#define WEBRTC_API_TEST_PEERCONNECTIONTESTWRAPPER_H_ |
+#ifndef WEBRTC_PC_TEST_PEERCONNECTIONTESTWRAPPER_H_ |
+#define WEBRTC_PC_TEST_PEERCONNECTIONTESTWRAPPER_H_ |
#include <memory> |
#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" |
+#include "webrtc/pc/test/fakeaudiocapturemodule.h" |
+#include "webrtc/pc/test/fakevideotrackrenderer.h" |
class PeerConnectionTestWrapper |
: public webrtc::PeerConnectionObserver, |
@@ -115,4 +115,4 @@ class PeerConnectionTestWrapper |
std::unique_ptr<webrtc::FakeVideoTrackRenderer> renderer_; |
}; |
-#endif // WEBRTC_API_TEST_PEERCONNECTIONTESTWRAPPER_H_ |
+#endif // WEBRTC_PC_TEST_PEERCONNECTIONTESTWRAPPER_H_ |