Index: webrtc/api/jsepicecandidate.h |
diff --git a/talk/app/webrtc/jsepicecandidate.h b/webrtc/api/jsepicecandidate.h |
similarity index 94% |
rename from talk/app/webrtc/jsepicecandidate.h |
rename to webrtc/api/jsepicecandidate.h |
index 539376e057fbb4a07c9569bc566aa02bd69b5cfa..957d7c0bd5c590c77b276208f46af2b79d99ac40 100644 |
--- a/talk/app/webrtc/jsepicecandidate.h |
+++ b/webrtc/api/jsepicecandidate.h |
@@ -27,12 +27,12 @@ |
// Implements the IceCandidateInterface. |
-#ifndef TALK_APP_WEBRTC_JSEPICECANDIDATE_H_ |
-#define TALK_APP_WEBRTC_JSEPICECANDIDATE_H_ |
+#ifndef WEBRTC_API_JSEPICECANDIDATE_H_ |
+#define WEBRTC_API_JSEPICECANDIDATE_H_ |
#include <string> |
-#include "talk/app/webrtc/jsep.h" |
+#include "webrtc/api/jsep.h" |
#include "webrtc/base/constructormagic.h" |
#include "webrtc/p2p/base/candidate.h" |
@@ -89,4 +89,4 @@ class JsepCandidateCollection : public IceCandidateCollection { |
} // namespace webrtc |
-#endif // TALK_APP_WEBRTC_JSEPICECANDIDATE_H_ |
+#endif // WEBRTC_API_JSEPICECANDIDATE_H_ |