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

Unified Diff: webrtc/examples/objc/AppRTCDemo/ARDAppEngineClient.m

Issue 1690313002: Update iOS AppRTCDemo to use the updated Objective-C API. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Update against master Created 4 years, 9 months 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/examples/objc/AppRTCDemo/ARDAppEngineClient.m
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDAppEngineClient.m b/webrtc/examples/objc/AppRTCDemo/ARDAppEngineClient.m
index cd0704a2c8ef2c7c06bf6102082ff6b91263dc0f..7d8a185f6d7a3ffdd017bb27ecefdaef40497268 100644
--- a/webrtc/examples/objc/AppRTCDemo/ARDAppEngineClient.m
+++ b/webrtc/examples/objc/AppRTCDemo/ARDAppEngineClient.m
@@ -10,7 +10,7 @@
#import "ARDAppEngineClient.h"
-#import "RTCLogging.h"
+#import "webrtc/base/objc/RTCLogging.h"
#import "ARDJoinResponse.h"
#import "ARDMessageResponse.h"
« no previous file with comments | « webrtc/examples/objc/AppRTCDemo/ARDAppClient+Internal.h ('k') | webrtc/examples/objc/AppRTCDemo/ARDCEODTURNClient.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698