| Index: remoting/host/linux/audio_pipe_reader.cc
|
| diff --git a/remoting/host/linux/audio_pipe_reader.cc b/remoting/host/linux/audio_pipe_reader.cc
|
| index 88d099895b22baea27e67f4129ccd1ebcc80d009..cd293f57f00bf415bb6ccec3e94b787130cecb23 100644
|
| --- a/remoting/host/linux/audio_pipe_reader.cc
|
| +++ b/remoting/host/linux/audio_pipe_reader.cc
|
| @@ -193,7 +193,7 @@ void AudioPipeReader::DoCapture() {
|
| // Dispatch asynchronous notification to the stream observers.
|
| scoped_refptr<base::RefCountedString> data_ref =
|
| base::RefCountedString::TakeString(&data);
|
| - observers_->Notify(&StreamObserver::OnDataRead, data_ref);
|
| + observers_->Notify(FROM_HERE, &StreamObserver::OnDataRead, data_ref);
|
| }
|
|
|
| void AudioPipeReader::WaitForPipeReadable() {
|
|
|