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

Unified Diff: remoting/host/ipc_audio_capturer.h

Issue 11778049: Making DesktopEnvironment a factory class used by ClientSession to create audio/video capturers and… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: remoting/host/ipc_audio_capturer.h
diff --git a/remoting/host/ipc_audio_capturer.h b/remoting/host/ipc_audio_capturer.h
index f6048b47472dd200c512c331593426871a2e55a2..cdbae59fa6fa78e7173a5d50abc7d7bd15321cc0 100644
--- a/remoting/host/ipc_audio_capturer.h
+++ b/remoting/host/ipc_audio_capturer.h
@@ -18,7 +18,8 @@ class DesktopSessionProxy;
class IpcAudioCapturer : public AudioCapturer {
public:
- IpcAudioCapturer(scoped_refptr<DesktopSessionProxy> desktop_session_proxy);
+ explicit IpcAudioCapturer(
+ scoped_refptr<DesktopSessionProxy> desktop_session_proxy);
virtual ~IpcAudioCapturer();
// AudioCapturer interface.

Powered by Google App Engine
This is Rietveld 408576698