| Index: remoting/host/host_event_logger.h
|
| diff --git a/remoting/host/host_event_logger.h b/remoting/host/host_event_logger.h
|
| index 4a4de5a89c30b082c46d1607390e88e4396f74c2..0b849ef73944d2a005c7f385052b958fd4ae0e15 100644
|
| --- a/remoting/host/host_event_logger.h
|
| +++ b/remoting/host/host_event_logger.h
|
| @@ -24,7 +24,7 @@ class HostEventLogger : public HostStatusObserver {
|
| // network thread.
|
| virtual void OnClientAuthenticated(const std::string& jid) OVERRIDE;
|
| virtual void OnClientDisconnected(const std::string& jid) OVERRIDE;
|
| - virtual void OnAccessDenied() OVERRIDE;
|
| + virtual void OnAccessDenied(const std::string& jid) OVERRIDE;
|
| virtual void OnShutdown() OVERRIDE;
|
|
|
| private:
|
|
|