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

Unified Diff: webrtc/api/rtpsenderinterface.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/rtpsender.cc ('k') | webrtc/api/rtpsenderreceiver_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/rtpsenderinterface.h
diff --git a/talk/app/webrtc/rtpsenderinterface.h b/webrtc/api/rtpsenderinterface.h
similarity index 93%
rename from talk/app/webrtc/rtpsenderinterface.h
rename to webrtc/api/rtpsenderinterface.h
index f96ff1ef6bc694d7c8b4bee8af429041bdb85d92..740e9857d770902535e8652c2500820fdd5c63bf 100644
--- a/talk/app/webrtc/rtpsenderinterface.h
+++ b/webrtc/api/rtpsenderinterface.h
@@ -28,14 +28,14 @@
// This file contains interfaces for RtpSenders
// http://w3c.github.io/webrtc-pc/#rtcrtpsender-interface
-#ifndef TALK_APP_WEBRTC_RTPSENDERINTERFACE_H_
-#define TALK_APP_WEBRTC_RTPSENDERINTERFACE_H_
+#ifndef WEBRTC_API_RTPSENDERINTERFACE_H_
+#define WEBRTC_API_RTPSENDERINTERFACE_H_
#include <string>
-#include "talk/app/webrtc/mediastreaminterface.h"
-#include "talk/app/webrtc/proxy.h"
#include "talk/session/media/mediasession.h"
+#include "webrtc/api/mediastreaminterface.h"
+#include "webrtc/api/proxy.h"
#include "webrtc/base/refcount.h"
#include "webrtc/base/scoped_ref_ptr.h"
@@ -87,4 +87,4 @@ END_PROXY()
} // namespace webrtc
-#endif // TALK_APP_WEBRTC_RTPSENDERINTERFACE_H_
+#endif // WEBRTC_API_RTPSENDERINTERFACE_H_
« no previous file with comments | « webrtc/api/rtpsender.cc ('k') | webrtc/api/rtpsenderreceiver_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698