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

Unified Diff: webrtc/api/jsep.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/java/src/org/webrtc/VideoTrack.java ('k') | webrtc/api/jsepicecandidate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/jsep.h
diff --git a/talk/app/webrtc/jsep.h b/webrtc/api/jsep.h
similarity index 98%
rename from talk/app/webrtc/jsep.h
rename to webrtc/api/jsep.h
index c12ab85f346c10467b49cd2d3dc4dc69a4d347cc..c49a16b4515ecd3b1feff8108177fac070324545 100644
--- a/talk/app/webrtc/jsep.h
+++ b/webrtc/api/jsep.h
@@ -27,8 +27,8 @@
// Interfaces matching the draft-ietf-rtcweb-jsep-01.
-#ifndef TALK_APP_WEBRTC_JSEP_H_
-#define TALK_APP_WEBRTC_JSEP_H_
+#ifndef WEBRTC_API_JSEP_H_
+#define WEBRTC_API_JSEP_H_
#include <string>
#include <vector>
@@ -152,4 +152,4 @@ class SetSessionDescriptionObserver : public rtc::RefCountInterface {
} // namespace webrtc
-#endif // TALK_APP_WEBRTC_JSEP_H_
+#endif // WEBRTC_API_JSEP_H_
« no previous file with comments | « webrtc/api/java/src/org/webrtc/VideoTrack.java ('k') | webrtc/api/jsepicecandidate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698