Index: webrtc/examples/objc/AppRTCDemo/RTCICECandidate+JSON.m |
diff --git a/webrtc/examples/objc/AppRTCDemo/RTCICECandidate+JSON.m b/webrtc/examples/objc/AppRTCDemo/RTCICECandidate+JSON.m |
index 773c346c6b6f13ed49544084e965886b67013b37..f20c490682a3410e8894ae07b8f6ef263faf8f00 100644 |
--- a/webrtc/examples/objc/AppRTCDemo/RTCICECandidate+JSON.m |
+++ b/webrtc/examples/objc/AppRTCDemo/RTCICECandidate+JSON.m |
@@ -10,7 +10,7 @@ |
#import "RTCIceCandidate+JSON.h" |
-#import "webrtc/base/objc/RTCLogging.h" |
+#import "WebRTC/RTCLogging.h" |
static NSString const *kRTCICECandidateTypeKey = @"type"; |
static NSString const *kRTCICECandidateTypeValue = @"candidate"; |