| Index: remoting/host/it2me_host_user_interface.cc
|
| diff --git a/remoting/host/it2me_host_user_interface.cc b/remoting/host/it2me_host_user_interface.cc
|
| index 03f9a72b47e03be5288aa03224a085180e9f2b35..dbde578b779df585e3f0271c05122d66058c0ff9 100644
|
| --- a/remoting/host/it2me_host_user_interface.cc
|
| +++ b/remoting/host/it2me_host_user_interface.cc
|
| @@ -80,7 +80,7 @@ void It2MeHostUserInterface::OnClientDisconnected(const std::string& jid) {
|
| }
|
| }
|
|
|
| -void It2MeHostUserInterface::OnAccessDenied() {
|
| +void It2MeHostUserInterface::OnAccessDenied(const std::string& jid) {
|
| }
|
|
|
| void It2MeHostUserInterface::OnShutdown() {
|
|
|