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

Unified Diff: webrtc/api/peerconnectioninterface.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/peerconnectionfactoryproxy.h ('k') | webrtc/api/peerconnectioninterface_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/peerconnectioninterface.h
diff --git a/talk/app/webrtc/peerconnectioninterface.h b/webrtc/api/peerconnectioninterface.h
similarity index 97%
rename from talk/app/webrtc/peerconnectioninterface.h
rename to webrtc/api/peerconnectioninterface.h
index 940f0fb9e6f8940ada3cdaf1d6e51f2bae054287..5cdb09750732f7fd6493eec8b9c4872166590425 100644
--- a/talk/app/webrtc/peerconnectioninterface.h
+++ b/webrtc/api/peerconnectioninterface.h
@@ -65,23 +65,23 @@
// 7. Once a candidate have been found PeerConnection will call the observer
// function OnIceCandidate. Send these candidates to the remote peer.
-#ifndef TALK_APP_WEBRTC_PEERCONNECTIONINTERFACE_H_
-#define TALK_APP_WEBRTC_PEERCONNECTIONINTERFACE_H_
+#ifndef WEBRTC_API_PEERCONNECTIONINTERFACE_H_
+#define WEBRTC_API_PEERCONNECTIONINTERFACE_H_
#include <string>
#include <utility>
#include <vector>
-#include "talk/app/webrtc/datachannelinterface.h"
-#include "talk/app/webrtc/dtlsidentitystore.h"
-#include "talk/app/webrtc/dtlsidentitystore.h"
-#include "talk/app/webrtc/dtmfsenderinterface.h"
-#include "talk/app/webrtc/jsep.h"
-#include "talk/app/webrtc/mediastreaminterface.h"
-#include "talk/app/webrtc/rtpreceiverinterface.h"
-#include "talk/app/webrtc/rtpsenderinterface.h"
-#include "talk/app/webrtc/statstypes.h"
-#include "talk/app/webrtc/umametrics.h"
+#include "webrtc/api/datachannelinterface.h"
+#include "webrtc/api/dtlsidentitystore.h"
+#include "webrtc/api/dtlsidentitystore.h"
+#include "webrtc/api/dtmfsenderinterface.h"
+#include "webrtc/api/jsep.h"
+#include "webrtc/api/mediastreaminterface.h"
+#include "webrtc/api/rtpreceiverinterface.h"
+#include "webrtc/api/rtpsenderinterface.h"
+#include "webrtc/api/statstypes.h"
+#include "webrtc/api/umametrics.h"
#include "webrtc/base/fileutils.h"
#include "webrtc/base/network.h"
#include "webrtc/base/rtccertificate.h"
@@ -619,4 +619,4 @@ CreatePeerConnectionFactory(
} // namespace webrtc
-#endif // TALK_APP_WEBRTC_PEERCONNECTIONINTERFACE_H_
+#endif // WEBRTC_API_PEERCONNECTIONINTERFACE_H_
« no previous file with comments | « webrtc/api/peerconnectionfactoryproxy.h ('k') | webrtc/api/peerconnectioninterface_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698