Index: services/media/framework/models/multistream_source.h |
diff --git a/services/media/framework/models/multistream_source.h b/services/media/framework/models/multistream_source.h |
index 01a82e9c1753311c6efa2b930bd5f8bd1389736c..078235319582a9aa0ee34b3196460af594e61e3b 100644 |
--- a/services/media/framework/models/multistream_source.h |
+++ b/services/media/framework/models/multistream_source.h |
@@ -23,10 +23,10 @@ class MultistreamSource : public Part { |
// Gets a packet for the stream indicated via stream_index_out. This call |
// should always produce a packet until end-of-stream. The caller is |
// responsible for releasing the packet. |
- virtual PacketPtr PullPacket(size_t *stream_index_out) = 0; |
+ virtual PacketPtr PullPacket(size_t* stream_index_out) = 0; |
}; |
} // namespace media |
} // namespace mojo |
-#endif // MOJO_MEDIA_MODELS_MULTISTREAM_SOURCE_H_ |
+#endif // MOJO_MEDIA_MODELS_MULTISTREAM_SOURCE_H_ |