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

Unified Diff: webrtc/api/rtpreceiverinterface.h

Issue 1610243002: Move talk/app/webrtc to webrtc/api (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed processing of api.gyp for Chromium builds Created 4 years, 10 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/api/rtpreceiver.cc ('k') | webrtc/api/rtpsender.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « webrtc/api/rtpreceiver.cc ('k') | webrtc/api/rtpsender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698