Index: webrtc/p2p/base/turnport.h |
diff --git a/webrtc/p2p/base/turnport.h b/webrtc/p2p/base/turnport.h |
index da14945f6391a1f55abc97d25b1846d45e290e10..797fa3f94f167f7e7db637050c0ba93553f6ed3a 100644 |
--- a/webrtc/p2p/base/turnport.h |
+++ b/webrtc/p2p/base/turnport.h |
@@ -243,7 +243,7 @@ class TurnPort : public Port { |
void DestroyEntry(TurnEntry* entry); |
// Destroys the entry only if |timestamp| matches the destruction timestamp |
// in |entry|. |
- void DestroyEntryIfNotCancelled(TurnEntry* entry, uint32_t timestamp); |
+ void DestroyEntryIfNotCancelled(TurnEntry* entry, int64_t timestamp); |
void ScheduleEntryDestruction(TurnEntry* entry); |
void CancelEntryDestruction(TurnEntry* entry); |
void OnConnectionDestroyed(Connection* conn); |