Index: webrtc/sdk/objc/Framework/Classes/PeerConnection/RTCConfiguration.mm |
diff --git a/webrtc/sdk/objc/Framework/Classes/PeerConnection/RTCConfiguration.mm b/webrtc/sdk/objc/Framework/Classes/PeerConnection/RTCConfiguration.mm |
index 48f9e3716814458077fc883116393a44c2be5fb3..ad11b30f90c98dfbf5639878942117af257ec430 100644 |
--- a/webrtc/sdk/objc/Framework/Classes/PeerConnection/RTCConfiguration.mm |
+++ b/webrtc/sdk/objc/Framework/Classes/PeerConnection/RTCConfiguration.mm |
@@ -15,8 +15,8 @@ |
#import "RTCIceServer+Private.h" |
#import "WebRTC/RTCLogging.h" |
-#include "webrtc/base/rtccertificategenerator.h" |
-#include "webrtc/base/sslidentity.h" |
+#include "webrtc/rtc_base/rtccertificategenerator.h" |
+#include "webrtc/rtc_base/sslidentity.h" |
@implementation RTCConfiguration |