Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8467)

Unified Diff: chrome/common/net/notifier/communicator/login.h

Issue 2255007: New libjingle integrated to chrome. (Closed)
Patch Set: - Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « chrome/common/net/notifier/communicator/connection_settings.cc ('k') | chrome/common/net/notifier/communicator/login.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698