Skip to content

Commit dcb213c

Browse files
jianjunztaste1981
authored andcommitted
Correct the path for two Objective-C headers. (open-webrtc-toolkit#170)
1 parent e5c8655 commit dcb213c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

talk/owt/sdk/conference/objc/OWTConferencePublication.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include "webrtc/rtc_base/checks.h"
66
#import "talk/owt/sdk/base/objc/OWTMediaFormat+Private.h"
77
#import "talk/owt/sdk/conference/objc/OWTConferencePublication+Private.h"
8-
#import "webrtc/sdk/objc/api/PeerConnection/RTCLegacyStatsReport+Private.h"
8+
#import "webrtc/sdk/objc/api/peerconnection/RTCLegacyStatsReport+Private.h"
99
#import "webrtc/sdk/objc/Framework/Classes/Common/NSString+StdString.h"
1010
#import <OWT/OWTErrors.h>
1111
#import <OWT/OWTConferenceErrors.h>

talk/owt/sdk/conference/objc/OWTConferenceSubscription.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include "webrtc/rtc_base/checks.h"
66
#import "talk/owt/sdk/base/objc/OWTMediaFormat+Private.h"
77
#import "talk/owt/sdk/conference/objc/OWTConferenceSubscription+Private.h"
8-
#import "webrtc/sdk/objc/api/PeerConnection/RTCLegacyStatsReport+Private.h"
8+
#import "webrtc/sdk/objc/api/peerconnection/RTCLegacyStatsReport+Private.h"
99
#import "webrtc/sdk/objc/Framework/Classes/Common/NSString+StdString.h"
1010
#import <OWT/OWTErrors.h>
1111
#import <OWT/OWTConferenceErrors.h>

0 commit comments

Comments
 (0)