Chromium Code Reviews| Index: media/audio/fake_audio_input_stream.h |
| diff --git a/media/audio/fake_audio_input_stream.h b/media/audio/fake_audio_input_stream.h |
| index 659ac934839acb06e8bd44977ee8ac8aec7649c7..8824e19450ad3739a3266b9b5dddd91cfb62321d 100644 |
| --- a/media/audio/fake_audio_input_stream.h |
| +++ b/media/audio/fake_audio_input_stream.h |
| @@ -65,7 +65,7 @@ class MEDIA_EXPORT FakeAudioInputStream |
| // Returns true if the device is playing from a file; false if we're beeping. |
| bool PlayingFromFile(); |
| - void PlayFileLooping(); |
| + void PlayFile(); |
| void PlayBeep(); |
| AudioManagerBase* audio_manager_; |