| Index: media/audio/clockless_audio_sink.cc
|
| diff --git a/media/audio/clockless_audio_sink.cc b/media/audio/clockless_audio_sink.cc
|
| index 1c9857481d4539abbf75000332d593bc87b204c7..1bb22e2d837c80a584d3277c3da62cf2b9e3f465 100644
|
| --- a/media/audio/clockless_audio_sink.cc
|
| +++ b/media/audio/clockless_audio_sink.cc
|
| @@ -35,7 +35,7 @@ class ClocklessAudioSinkThread : public base::DelegateSimpleThread::Delegate {
|
|
|
| private:
|
| // Call Render() repeatedly, keeping track of the rendering time.
|
| - virtual void Run() OVERRIDE {
|
| + virtual void Run() override {
|
| base::TimeTicks start;
|
| while (!stop_event_->IsSignaled()) {
|
| int frames_received = callback_->Render(audio_bus_.get(), 0);
|
|
|