diff options
Diffstat (limited to 'remoting/host/ipc_event_executor.h')
-rw-r--r-- | remoting/host/ipc_event_executor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/host/ipc_event_executor.h b/remoting/host/ipc_event_executor.h index 5316783..184dee5 100644 --- a/remoting/host/ipc_event_executor.h +++ b/remoting/host/ipc_event_executor.h @@ -17,7 +17,8 @@ class DesktopSessionProxy; // agent running in the desktop integration process. class IpcEventExecutor : public EventExecutor { public: - IpcEventExecutor(scoped_refptr<DesktopSessionProxy> desktop_session_proxy); + explicit IpcEventExecutor( + scoped_refptr<DesktopSessionProxy> desktop_session_proxy); virtual ~IpcEventExecutor(); // ClipboardStub interface. |