Index: media/mojo/services/mojo_demuxer_stream_impl.h |
diff --git a/media/mojo/services/mojo_demuxer_stream_impl.h b/media/mojo/services/mojo_demuxer_stream_impl.h |
index 53a6dc3a0e6693c3b1770d8aa91389597e47f776..46333e4c80c6c11c1cea18da0d5961d326eaec33 100644 |
--- a/media/mojo/services/mojo_demuxer_stream_impl.h |
+++ b/media/mojo/services/mojo_demuxer_stream_impl.h |
@@ -28,7 +28,8 @@ |
mojo::MediaDecoderBufferPtr)>& callback) |
override; |
- void DidConnect(); |
+ // mojo::InterfaceImpl overrides. |
+ void OnConnectionEstablished() override; |
private: |
// |callback| is the callback that was passed to the initiating Read() |