| Index: remoting/host/audio_capturer_linux.cc
|
| diff --git a/remoting/host/audio_capturer_linux.cc b/remoting/host/audio_capturer_linux.cc
|
| index bce9b6abfe28a06cce8ec4488e4a71ee1f761633..9c4272053817e98442db5ed117645c3d1851496f 100644
|
| --- a/remoting/host/audio_capturer_linux.cc
|
| +++ b/remoting/host/audio_capturer_linux.cc
|
| @@ -18,7 +18,7 @@ namespace remoting {
|
|
|
| namespace {
|
|
|
| -base::LazyInstance<scoped_refptr<AudioPipeReader> >::Leaky
|
| +base::LazyInstance<scoped_refptr<AudioPipeReader>>::Leaky
|
| g_pulseaudio_pipe_sink_reader = LAZY_INSTANCE_INITIALIZER;
|
|
|
| } // namespace
|
|
|