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

Unified Diff: remoting/host/linux/audio_pipe_reader.h

Issue 11419224: Add missing (and remove superfluous) 'explicit' from constructors. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + remove non-straightforward changes Created 7 years, 11 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 | « remoting/host/json_host_config.h ('k') | remoting/host/linux/x11_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/linux/audio_pipe_reader.h
diff --git a/remoting/host/linux/audio_pipe_reader.h b/remoting/host/linux/audio_pipe_reader.h
index b0c56e752916282dd9564ad135b8e98209f2e4a4..da544f0a282821ce672733d8c60e34093d021982 100644
--- a/remoting/host/linux/audio_pipe_reader.h
+++ b/remoting/host/linux/audio_pipe_reader.h
@@ -50,7 +50,8 @@ class AudioPipeReader
friend class base::RefCountedThreadSafe<AudioPipeReader>;
friend struct AudioPipeReaderTraits;
- AudioPipeReader(scoped_refptr<base::SingleThreadTaskRunner> task_runner);
+ explicit AudioPipeReader(
+ scoped_refptr<base::SingleThreadTaskRunner> task_runner);
virtual ~AudioPipeReader();
void StartOnAudioThread(const FilePath& pipe_name);
« no previous file with comments | « remoting/host/json_host_config.h ('k') | remoting/host/linux/x11_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698