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_ |