| Index: remoting/host/it2me_host_user_interface.h
|
| diff --git a/remoting/host/it2me_host_user_interface.h b/remoting/host/it2me_host_user_interface.h
|
| index eba9ec06023e49d65b754121585865cb375c151d..64f3522a5fb9a6d1d82cfd652bae062388540637 100644
|
| --- a/remoting/host/it2me_host_user_interface.h
|
| +++ b/remoting/host/it2me_host_user_interface.h
|
| @@ -44,7 +44,7 @@ class It2MeHostUserInterface : 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;
|
|
|
| // Shuts down the object and all its resources synchronously. Must
|
|
|