Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1019)

Unified Diff: remoting/host/audio_capturer_linux.cc

Issue 2733283002: Require explicit selection of traits for LazyInstance (Closed)
Patch Set: l10n again Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « printing/printed_document.cc ('k') | remoting/host/security_key/security_key_ipc_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « printing/printed_document.cc ('k') | remoting/host/security_key/security_key_ipc_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698