| Index: chrome/common/net/notifier/communicator/login.h
|
| diff --git a/chrome/common/net/notifier/communicator/login.h b/chrome/common/net/notifier/communicator/login.h
|
| index 2eac1c4a95c498008e59b745c29fcc31153b425d..06abef07e0dac941b175a25b8b8db47f9b2fe52d 100644
|
| --- a/chrome/common/net/notifier/communicator/login.h
|
| +++ b/chrome/common/net/notifier/communicator/login.h
|
| @@ -31,7 +31,7 @@ class HostResolver;
|
| namespace talk_base {
|
| class FirewallManager;
|
| struct ProxyInfo;
|
| -class Task;
|
| +class TaskParent;
|
| } // namespace talk_base
|
|
|
| namespace notifier {
|
| @@ -49,7 +49,7 @@ class Login : public net::NetworkChangeNotifier::Observer,
|
| public sigslot::has_slots<> {
|
| public:
|
| // network_status and firewall may be NULL.
|
| - Login(talk_base::Task* parent,
|
| + Login(talk_base::TaskParent* parent,
|
| const buzz::XmppClientSettings& user_settings,
|
| const ConnectionOptions& options,
|
| std::string lang,
|
| @@ -124,7 +124,7 @@ class Login : public net::NetworkChangeNotifier::Observer,
|
|
|
| void OnDisconnectTimeout();
|
|
|
| - talk_base::Task* parent_;
|
| + talk_base::TaskParent* parent_;
|
| scoped_ptr<LoginSettings> login_settings_;
|
| net::NetworkChangeNotifier* network_change_notifier_;
|
| AutoReconnect auto_reconnect_;
|
|
|