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

Unified Diff: webrtc/pc/peerconnectionfactory.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/peerconnectionfactory.h
diff --git a/webrtc/api/peerconnectionfactory.h b/webrtc/pc/peerconnectionfactory.h
similarity index 96%
rename from webrtc/api/peerconnectionfactory.h
rename to webrtc/pc/peerconnectionfactory.h
index 7a30ab4569024879a336cd7dadcd378a77c7effe..dbe9fa93fd40778d7723327a4a1b99d9177e3262 100644
--- a/webrtc/api/peerconnectionfactory.h
+++ b/webrtc/pc/peerconnectionfactory.h
@@ -8,19 +8,19 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_API_PEERCONNECTIONFACTORY_H_
-#define WEBRTC_API_PEERCONNECTIONFACTORY_H_
+#ifndef WEBRTC_PC_PEERCONNECTIONFACTORY_H_
+#define WEBRTC_PC_PEERCONNECTIONFACTORY_H_
#include <memory>
#include <string>
-#include "webrtc/api/mediacontroller.h"
#include "webrtc/api/mediastreaminterface.h"
#include "webrtc/api/peerconnectioninterface.h"
#include "webrtc/base/scoped_ref_ptr.h"
#include "webrtc/base/thread.h"
#include "webrtc/base/rtccertificategenerator.h"
#include "webrtc/pc/channelmanager.h"
+#include "webrtc/pc/mediacontroller.h"
namespace rtc {
class BasicNetworkManager;
@@ -139,4 +139,4 @@ class PeerConnectionFactory : public PeerConnectionFactoryInterface {
} // namespace webrtc
-#endif // WEBRTC_API_PEERCONNECTIONFACTORY_H_
+#endif // WEBRTC_PC_PEERCONNECTIONFACTORY_H_

Powered by Google App Engine
This is Rietveld 408576698