Index: webrtc/api/peerconnection.h |
diff --git a/talk/app/webrtc/peerconnection.h b/webrtc/api/peerconnection.h |
similarity index 97% |
rename from talk/app/webrtc/peerconnection.h |
rename to webrtc/api/peerconnection.h |
index dce24fd293c090c06427a41188ec34369815952d..c7de19ddc2bd3d7438a1f78f40b59abd3c212347 100644 |
--- a/talk/app/webrtc/peerconnection.h |
+++ b/webrtc/api/peerconnection.h |
@@ -25,19 +25,19 @@ |
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-#ifndef TALK_APP_WEBRTC_PEERCONNECTION_H_ |
-#define TALK_APP_WEBRTC_PEERCONNECTION_H_ |
+#ifndef WEBRTC_API_PEERCONNECTION_H_ |
+#define WEBRTC_API_PEERCONNECTION_H_ |
#include <string> |
-#include "talk/app/webrtc/dtlsidentitystore.h" |
-#include "talk/app/webrtc/peerconnectionfactory.h" |
-#include "talk/app/webrtc/peerconnectioninterface.h" |
-#include "talk/app/webrtc/rtpreceiverinterface.h" |
-#include "talk/app/webrtc/rtpsenderinterface.h" |
-#include "talk/app/webrtc/statscollector.h" |
-#include "talk/app/webrtc/streamcollection.h" |
-#include "talk/app/webrtc/webrtcsession.h" |
+#include "webrtc/api/dtlsidentitystore.h" |
+#include "webrtc/api/peerconnectionfactory.h" |
+#include "webrtc/api/peerconnectioninterface.h" |
+#include "webrtc/api/rtpreceiverinterface.h" |
+#include "webrtc/api/rtpsenderinterface.h" |
+#include "webrtc/api/statscollector.h" |
+#include "webrtc/api/streamcollection.h" |
+#include "webrtc/api/webrtcsession.h" |
#include "webrtc/base/scoped_ptr.h" |
namespace webrtc { |
@@ -396,4 +396,4 @@ class PeerConnection : public PeerConnectionInterface, |
} // namespace webrtc |
-#endif // TALK_APP_WEBRTC_PEERCONNECTION_H_ |
+#endif // WEBRTC_API_PEERCONNECTION_H_ |