| Index: jingle/notifier/communicator/login.h
|
| diff --git a/jingle/notifier/communicator/login.h b/jingle/notifier/communicator/login.h
|
| index 7acde1173b32fb8497bc1b7e7aede736d5e9a3dc..1fffb92832dba5fdb59ec8d28c6eac60a747a050 100644
|
| --- a/jingle/notifier/communicator/login.h
|
| +++ b/jingle/notifier/communicator/login.h
|
| @@ -90,7 +90,7 @@ class Login : public net::NetworkChangeNotifier::IPAddressObserver,
|
| net::NetworkChangeNotifier::ConnectionType type) OVERRIDE;
|
|
|
| // net::NetworkChangeNotifier::DNSObserver implementation.
|
| - virtual void OnDNSChanged(unsigned detail) OVERRIDE;
|
| + virtual void OnDNSChanged() OVERRIDE;
|
|
|
| // SingleLoginAttempt::Delegate implementation.
|
| virtual void OnConnect(
|
|
|