| Index: jingle/notifier/communicator/xmpp_connection_generator.h
|
| diff --git a/jingle/notifier/communicator/xmpp_connection_generator.h b/jingle/notifier/communicator/xmpp_connection_generator.h
|
| index 110057539779f1cc94199e86fafc41799af14bf7..9f3ad79e8b88e54148fb3b080c61d9b4f6f51681 100644
|
| --- a/jingle/notifier/communicator/xmpp_connection_generator.h
|
| +++ b/jingle/notifier/communicator/xmpp_connection_generator.h
|
| @@ -9,7 +9,6 @@
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "net/base/address_list.h"
|
| -#include "net/base/completion_callback.h"
|
| #include "net/base/host_resolver.h"
|
| #include "net/base/net_log.h"
|
| #include "net/base/single_request_host_resolver.h"
|
| @@ -65,7 +64,6 @@ class XmppConnectionGenerator {
|
|
|
| Delegate* delegate_;
|
| net::SingleRequestHostResolver host_resolver_;
|
| - scoped_ptr<net::OldCompletionCallback> resolve_callback_;
|
| net::AddressList address_list_;
|
| net::BoundNetLog bound_net_log_;
|
| scoped_ptr<ConnectionSettingsList> settings_list_;
|
|
|