Index: webrtc/api/mediacontroller.h |
diff --git a/webrtc/api/mediacontroller.h b/webrtc/api/mediacontroller.h |
index d7c76ab499df310dd671fc4d9b81af36ad7a1ccb..6051be22b0c7ed8d62b0ff2b2dddf8f376053331 100644 |
--- a/webrtc/api/mediacontroller.h |
+++ b/webrtc/api/mediacontroller.h |
@@ -33,7 +33,7 @@ class MediaControllerInterface { |
virtual ~MediaControllerInterface() {} |
virtual void Close() = 0; |
- virtual webrtc::Call* call_w() = 0; |
+ virtual webrtc::Call* call() = 0; |
virtual cricket::ChannelManager* channel_manager() const = 0; |
virtual const cricket::MediaConfig& config() const = 0; |
}; |