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

Unified Diff: webrtc/api/webrtcsdp.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/videotrackrenderers.cc ('k') | webrtc/api/webrtcsdp.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/webrtcsdp.h
diff --git a/talk/app/webrtc/webrtcsdp.h b/webrtc/api/webrtcsdp.h
similarity index 96%
rename from talk/app/webrtc/webrtcsdp.h
rename to webrtc/api/webrtcsdp.h
index fcbbdad3d3a7e2b9913cf5a45d0f8f626aec8ac7..a75f735417f636a5f3a2500ae55e526044058d1c 100644
--- a/talk/app/webrtc/webrtcsdp.h
+++ b/webrtc/api/webrtcsdp.h
@@ -34,8 +34,8 @@
// * draft-lennox-mmusic-sdp-source-selection-02 -
// Mechanisms for Media Source Selection in SDP
-#ifndef TALK_APP_WEBRTC_WEBRTCSDP_H_
-#define TALK_APP_WEBRTC_WEBRTCSDP_H_
+#ifndef WEBRTC_API_WEBRTCSDP_H_
+#define WEBRTC_API_WEBRTCSDP_H_
#include <string>
@@ -78,4 +78,4 @@ bool SdpDeserializeCandidate(const std::string& message,
SdpParseError* error);
} // namespace webrtc
-#endif // TALK_APP_WEBRTC_WEBRTCSDP_H_
+#endif // WEBRTC_API_WEBRTCSDP_H_
« no previous file with comments | « webrtc/api/videotrackrenderers.cc ('k') | webrtc/api/webrtcsdp.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698