| Index: media/blink/webmediaplayer_util.h
|
| diff --git a/media/blink/webmediaplayer_util.h b/media/blink/webmediaplayer_util.h
|
| index 0428030ded0358fd23df908666235f913eaed127..f7f2914adac6d4ca2e5ec31a722f21012bca5cdd 100644
|
| --- a/media/blink/webmediaplayer_util.h
|
| +++ b/media/blink/webmediaplayer_util.h
|
| @@ -34,13 +34,13 @@ void MEDIA_BLINK_EXPORT
|
| ReportMetrics(blink::WebMediaPlayer::LoadType load_type,
|
| const GURL& url,
|
| const blink::WebSecurityOrigin& security_origin,
|
| - scoped_refptr<MediaLog> media_log);
|
| + MediaLog* media_log);
|
|
|
| // Report metrics about pipeline errors.
|
| void MEDIA_BLINK_EXPORT
|
| ReportPipelineError(blink::WebMediaPlayer::LoadType load_type,
|
| PipelineStatus error,
|
| - scoped_refptr<MediaLog> media_log);
|
| + MediaLog* media_log);
|
|
|
| // TODO(ddorwin): Move this function to an EME-specific file.
|
| // We may also want to move the next one and pass Blink types to WMPI.
|
|
|