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