| Index: remoting/host/log_to_server.h
|
| diff --git a/remoting/host/log_to_server.h b/remoting/host/log_to_server.h
|
| index c1f844a5b4943624e8200416fa2f0755b058a264..fe15e9456753e4f6619b4e8b58cf91765ccaaeec 100644
|
| --- a/remoting/host/log_to_server.h
|
| +++ b/remoting/host/log_to_server.h
|
| @@ -37,9 +37,9 @@ class LogToServer : public base::NonThreadSafe,
|
| public HostStatusObserver,
|
| public SignalStrategy::Listener {
|
| public:
|
| - explicit LogToServer(ChromotingHost* host,
|
| - ServerLogEntry::Mode mode,
|
| - SignalStrategy* signal_strategy);
|
| + LogToServer(ChromotingHost* host,
|
| + ServerLogEntry::Mode mode,
|
| + SignalStrategy* signal_strategy);
|
| virtual ~LogToServer();
|
|
|
| // Logs a session state change. Currently, this is either
|
|
|