Index: webrtc/api/jsepsessiondescription.h |
diff --git a/talk/app/webrtc/jsepsessiondescription.h b/webrtc/api/jsepsessiondescription.h |
similarity index 94% |
rename from talk/app/webrtc/jsepsessiondescription.h |
rename to webrtc/api/jsepsessiondescription.h |
index 756352c240f098b9ef6c5d06a22ed9af8bbb90e2..b6e634823fda498d69b87f07865640502a04fe61 100644 |
--- a/talk/app/webrtc/jsepsessiondescription.h |
+++ b/webrtc/api/jsepsessiondescription.h |
@@ -27,14 +27,14 @@ |
// Implements the SessionDescriptionInterface. |
-#ifndef TALK_APP_WEBRTC_JSEPSESSIONDESCRIPTION_H_ |
-#define TALK_APP_WEBRTC_JSEPSESSIONDESCRIPTION_H_ |
+#ifndef WEBRTC_API_JSEPSESSIONDESCRIPTION_H_ |
+#define WEBRTC_API_JSEPSESSIONDESCRIPTION_H_ |
#include <string> |
#include <vector> |
-#include "talk/app/webrtc/jsep.h" |
-#include "talk/app/webrtc/jsepicecandidate.h" |
+#include "webrtc/api/jsep.h" |
+#include "webrtc/api/jsepicecandidate.h" |
#include "webrtc/base/scoped_ptr.h" |
namespace cricket { |
@@ -103,4 +103,4 @@ class JsepSessionDescription : public SessionDescriptionInterface { |
} // namespace webrtc |
-#endif // TALK_APP_WEBRTC_JSEPSESSIONDESCRIPTION_H_ |
+#endif // WEBRTC_API_JSEPSESSIONDESCRIPTION_H_ |