summaryrefslogtreecommitdiffstats
path: root/jingle
diff options
context:
space:
mode:
Diffstat (limited to 'jingle')
-rw-r--r--jingle/notifier/communicator/login.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/jingle/notifier/communicator/login.h b/jingle/notifier/communicator/login.h
index cfc4267..e499150 100644
--- a/jingle/notifier/communicator/login.h
+++ b/jingle/notifier/communicator/login.h
@@ -121,7 +121,7 @@ class Login : public net::NetworkChangeNotifier::IPAddressObserver,
// reconnection state.
base::TimeDelta reconnect_interval_;
- base::OneShotTimer<Login> reconnect_timer_;
+ base::OneShotTimer reconnect_timer_;
DISALLOW_COPY_AND_ASSIGN(Login);
};