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

Unified Diff: webrtc/pc/jsepsessiondescription.h

Issue 2514883002: Create //webrtc/api:libjingle_peerconnection_api + refactorings. (Closed)
Patch Set: Added three headers for backwards-compatibility, specifically for building chromium. 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/jsepsessiondescription.h
diff --git a/webrtc/api/jsepsessiondescription.h b/webrtc/pc/jsepsessiondescription.h
similarity index 93%
copy from webrtc/api/jsepsessiondescription.h
copy to webrtc/pc/jsepsessiondescription.h
index 8f2ab5ff57aaa0d95d2214bcfc1b509aecfeae63..291be3ee4e783d158aebcfb3a4bcc0c510a54464 100644
--- a/webrtc/api/jsepsessiondescription.h
+++ b/webrtc/pc/jsepsessiondescription.h
@@ -10,17 +10,17 @@
// Implements the SessionDescriptionInterface.
-#ifndef WEBRTC_API_JSEPSESSIONDESCRIPTION_H_
-#define WEBRTC_API_JSEPSESSIONDESCRIPTION_H_
+#ifndef WEBRTC_PC_JSEPSESSIONDESCRIPTION_H_
+#define WEBRTC_PC_JSEPSESSIONDESCRIPTION_H_
#include <memory>
#include <string>
#include <vector>
#include "webrtc/api/jsep.h"
-#include "webrtc/api/jsepicecandidate.h"
#include "webrtc/base/constructormagic.h"
#include "webrtc/p2p/base/candidate.h"
+#include "webrtc/pc/jsepicecandidate.h"
namespace cricket {
class SessionDescription;
@@ -85,4 +85,4 @@ class JsepSessionDescription : public SessionDescriptionInterface {
} // namespace webrtc
-#endif // WEBRTC_API_JSEPSESSIONDESCRIPTION_H_
+#endif // WEBRTC_PC_JSEPSESSIONDESCRIPTION_H_

Powered by Google App Engine
This is Rietveld 408576698