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

Unified Diff: webrtc/pc/jsepicecandidate.h

Issue 2514883002: Create //webrtc/api:libjingle_peerconnection_api + refactorings. (Closed)
Patch Set: Rebase Created 4 years 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
Index: webrtc/pc/jsepicecandidate.h
diff --git a/webrtc/api/jsepicecandidate.h b/webrtc/pc/jsepicecandidate.h
similarity index 95%
rename from webrtc/api/jsepicecandidate.h
rename to webrtc/pc/jsepicecandidate.h
index 7e9500bceac59806d98cb2a62cbe5b084b2869ec..fc12af966d7c77463e9eef7f3ff35ac7433e540d 100644
--- a/webrtc/api/jsepicecandidate.h
+++ b/webrtc/pc/jsepicecandidate.h
@@ -10,8 +10,8 @@
// Implements the IceCandidateInterface.
-#ifndef WEBRTC_API_JSEPICECANDIDATE_H_
-#define WEBRTC_API_JSEPICECANDIDATE_H_
+#ifndef WEBRTC_PC_JSEPICECANDIDATE_H_
+#define WEBRTC_PC_JSEPICECANDIDATE_H_
#include <string>
@@ -82,4 +82,4 @@ class JsepCandidateCollection : public IceCandidateCollection {
} // namespace webrtc
-#endif // WEBRTC_API_JSEPICECANDIDATE_H_
+#endif // WEBRTC_PC_JSEPICECANDIDATE_H_

Powered by Google App Engine
This is Rietveld 408576698