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_ |