| Index: media/audio/audio_output_controller.h
|
| diff --git a/media/audio/audio_output_controller.h b/media/audio/audio_output_controller.h
|
| index c18216f64d9c9c5b0638f7412c5ad705e8c8ee96..fe7fa2b093caebfc401efa8eeb2fdc25dcb1d618 100644
|
| --- a/media/audio/audio_output_controller.h
|
| +++ b/media/audio/audio_output_controller.h
|
| @@ -143,7 +143,7 @@ class MEDIA_EXPORT AudioOutputController
|
| //
|
| // It is safe to call this method more than once. Calls after the first one
|
| // will have no effect.
|
| - void Close(const base::Closure& closed_task);
|
| + void Close(base::OnceClosure closed_task);
|
|
|
| // Sets the volume of the audio output stream.
|
| void SetVolume(double volume);
|
|
|