Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(354)

Unified Diff: webrtc/api/test/peerconnectiontestwrapper.h

Issue 1610243002: Move talk/app/webrtc to webrtc/api (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed processing of api.gyp for Chromium builds Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/api/test/mockpeerconnectionobservers.h ('k') | webrtc/api/test/peerconnectiontestwrapper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « webrtc/api/test/mockpeerconnectionobservers.h ('k') | webrtc/api/test/peerconnectiontestwrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698