Index: content/renderer/media/media_stream_dependency_factory.h |
diff --git a/content/renderer/media/media_stream_dependency_factory.h b/content/renderer/media/media_stream_dependency_factory.h |
index 5114a41e83fffd2baa64904f44eb17c797474aaf..53f1dbe744bed079cb1ba74fabf80e8ad8876596 100644 |
--- a/content/renderer/media/media_stream_dependency_factory.h |
+++ b/content/renderer/media/media_stream_dependency_factory.h |
@@ -213,7 +213,7 @@ class CONTENT_EXPORT MediaStreamDependencyFactory |
// Returns a new capturer or existing capturer based on the |render_view_id| |
// and |device_info|. When the |render_view_id| and |device_info| are valid, |
// it reuses existing capture if any; otherwise it creates a new capturer. |
- virtual scoped_refptr<WebRtcAudioCapturer> MaybeCreateAudioCapturer( |
+ virtual scoped_refptr<WebRtcAudioCapturer> CreateAudioCapturer( |
int render_view_id, const StreamDeviceInfo& device_info); |
private: |