| Index: jingle/notifier/communicator/login.h
|
| diff --git a/jingle/notifier/communicator/login.h b/jingle/notifier/communicator/login.h
|
| index e4ec069b0ce2e6967b4070427a9c5ee89cbf0125..d7ecbdfdff92968e22621d891caa7a2986a7d407 100644
|
| --- a/jingle/notifier/communicator/login.h
|
| +++ b/jingle/notifier/communicator/login.h
|
| @@ -44,7 +44,7 @@ typedef SingleLoginAttempt::Delegate SingleLoginAttemptDelegate;
|
| // Does the login, keeps it alive (with refreshing cookies and reattempting
|
| // login when disconnected), figures out what actions to take on the various
|
| // errors that may occur.
|
| -class Login : public net::NetworkChangeNotifier::Observer,
|
| +class Login : public net::NetworkChangeNotifier::IPAddressObserver,
|
| public SingleLoginAttemptDelegate {
|
| public:
|
| class Delegate {
|
| @@ -69,7 +69,7 @@ class Login : public net::NetworkChangeNotifier::Observer,
|
|
|
| void StartConnection();
|
|
|
| - // net::NetworkChangeNotifier::Observer implementation.
|
| + // net::NetworkChangeNotifier::IPAddressObserver implementation.
|
| virtual void OnIPAddressChanged();
|
|
|
| // SingleLoginAttempt::Delegate implementation.
|
|
|