Chromium Code Reviews| Index: webrtc/libjingle/xmpp/xmpppump.cc |
| diff --git a/webrtc/libjingle/xmpp/xmpppump.cc b/webrtc/libjingle/xmpp/xmpppump.cc |
| index a428ffa4dc486f9a7be8a13d8c48658d6423da89..4412483cb8382ce62cc84974e5f478ced042f635 100644 |
| --- a/webrtc/libjingle/xmpp/xmpppump.cc |
| +++ b/webrtc/libjingle/xmpp/xmpppump.cc |
| @@ -50,7 +50,7 @@ void XmppPump::WakeTasks() { |
| } |
| int64_t XmppPump::CurrentTime() { |
| - return (int64_t)rtc::Time(); |
| + return (int64_t)rtc::TimeMillis(); |
| } |
| void XmppPump::OnMessage(rtc::Message *pmsg) { |