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

Unified Diff: webrtc/pc/peerconnection.h

Issue 2514883002: Create //webrtc/api:libjingle_peerconnection_api + refactorings. (Closed)
Patch Set: Rebase Created 3 years, 11 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/pc/ortcfactory_unittest.cc ('k') | webrtc/pc/peerconnection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/peerconnection.h
diff --git a/webrtc/api/peerconnection.h b/webrtc/pc/peerconnection.h
similarity index 98%
rename from webrtc/api/peerconnection.h
rename to webrtc/pc/peerconnection.h
index 82dc8edfe627b7abe24d380c2105abb194eebc6d..ac8f33c7059b4f4d88742de996bc2bb0e79f7b8e 100644
--- a/webrtc/api/peerconnection.h
+++ b/webrtc/pc/peerconnection.h
@@ -8,22 +8,22 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_API_PEERCONNECTION_H_
-#define WEBRTC_API_PEERCONNECTION_H_
+#ifndef WEBRTC_PC_PEERCONNECTION_H_
+#define WEBRTC_PC_PEERCONNECTION_H_
#include <string>
#include <map>
#include <memory>
#include <vector>
-#include "webrtc/api/peerconnectionfactory.h"
#include "webrtc/api/peerconnectioninterface.h"
-#include "webrtc/api/rtcstatscollector.h"
-#include "webrtc/api/rtpreceiver.h"
-#include "webrtc/api/rtpsender.h"
-#include "webrtc/api/statscollector.h"
-#include "webrtc/api/streamcollection.h"
-#include "webrtc/api/webrtcsession.h"
+#include "webrtc/pc/peerconnectionfactory.h"
+#include "webrtc/pc/rtcstatscollector.h"
+#include "webrtc/pc/rtpreceiver.h"
+#include "webrtc/pc/rtpsender.h"
+#include "webrtc/pc/statscollector.h"
+#include "webrtc/pc/streamcollection.h"
+#include "webrtc/pc/webrtcsession.h"
namespace webrtc {
@@ -452,4 +452,4 @@ class PeerConnection : public PeerConnectionInterface,
} // namespace webrtc
-#endif // WEBRTC_API_PEERCONNECTION_H_
+#endif // WEBRTC_PC_PEERCONNECTION_H_
« no previous file with comments | « webrtc/pc/ortcfactory_unittest.cc ('k') | webrtc/pc/peerconnection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698