Index: webrtc/api/rtpreceiverinterface.h |
diff --git a/talk/app/webrtc/rtpreceiverinterface.h b/webrtc/api/rtpreceiverinterface.h |
similarity index 90% |
rename from talk/app/webrtc/rtpreceiverinterface.h |
rename to webrtc/api/rtpreceiverinterface.h |
index 120a50f18ccfc3afe7c274eed88bd2b2a8a5e8eb..961d8697e1eb335a673a8421061ddf94c6eeca3c 100644 |
--- a/talk/app/webrtc/rtpreceiverinterface.h |
+++ b/webrtc/api/rtpreceiverinterface.h |
@@ -28,13 +28,13 @@ |
// This file contains interfaces for RtpReceivers |
// http://w3c.github.io/webrtc-pc/#rtcrtpreceiver-interface |
-#ifndef TALK_APP_WEBRTC_RTPRECEIVERINTERFACE_H_ |
-#define TALK_APP_WEBRTC_RTPRECEIVERINTERFACE_H_ |
+#ifndef WEBRTC_API_RTPRECEIVERINTERFACE_H_ |
+#define WEBRTC_API_RTPRECEIVERINTERFACE_H_ |
#include <string> |
-#include "talk/app/webrtc/mediastreaminterface.h" |
-#include "talk/app/webrtc/proxy.h" |
+#include "webrtc/api/mediastreaminterface.h" |
+#include "webrtc/api/proxy.h" |
#include "webrtc/base/refcount.h" |
#include "webrtc/base/scoped_ref_ptr.h" |
@@ -63,4 +63,4 @@ END_PROXY() |
} // namespace webrtc |
-#endif // TALK_APP_WEBRTC_RTPRECEIVERINTERFACE_H_ |
+#endif // WEBRTC_API_RTPRECEIVERINTERFACE_H_ |