diff options
Diffstat (limited to 'remoting/jingle_glue/jingle_info_request.h')
-rw-r--r-- | remoting/jingle_glue/jingle_info_request.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/jingle_glue/jingle_info_request.h b/remoting/jingle_glue/jingle_info_request.h index a1b10de..9843586 100644 --- a/remoting/jingle_glue/jingle_info_request.h +++ b/remoting/jingle_glue/jingle_info_request.h @@ -1,4 +1,4 @@ -// Copyright (c) 2012 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -54,7 +54,7 @@ class JingleInfoRequest : public sigslot::has_slots<> { private: struct PendingDnsRequest; - void OnResponse(IqRequest* request, const buzz::XmlElement* stanza); + void OnResponse(const buzz::XmlElement* stanza); IqSender iq_sender_; scoped_ptr<IqRequest> request_; |