Chromium Code Reviews

Unified Diff: webrtc/modules/audio_device/ios/objc/RTCAudioSessionDelegateAdapter.h

Issue 2855023003: Move RTCAudioSession* files modules/audio_device/ -> sdk/Framework. (Closed)
Patch Set: Address comments Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/modules/audio_device/ios/objc/RTCAudioSessionDelegateAdapter.h
diff --git a/webrtc/modules/audio_device/ios/objc/RTCAudioSessionDelegateAdapter.h b/webrtc/modules/audio_device/ios/objc/RTCAudioSessionDelegateAdapter.h
index 0140aa043ac3e55843f01b04932ee139c341e151..9f71e972f46bab304306d205b9529d5b57874e96 100644
--- a/webrtc/modules/audio_device/ios/objc/RTCAudioSessionDelegateAdapter.h
+++ b/webrtc/modules/audio_device/ios/objc/RTCAudioSessionDelegateAdapter.h
@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#import "webrtc/modules/audio_device/ios/objc/RTCAudioSession.h"
+#import "webrtc/sdk/objc/Framework/Headers/WebRTC/RTCAudioSession.h"
namespace webrtc {
class AudioSessionObserver;

Powered by Google App Engine