| Index: webrtc/p2p/base/turnport.h
 | 
| diff --git a/webrtc/p2p/base/turnport.h b/webrtc/p2p/base/turnport.h
 | 
| index 9faf0644b028e8c4b757a31eac5c1b3d27c78bcb..da14945f6391a1f55abc97d25b1846d45e290e10 100644
 | 
| --- a/webrtc/p2p/base/turnport.h
 | 
| +++ b/webrtc/p2p/base/turnport.h
 | 
| @@ -233,6 +233,7 @@ class TurnPort : public Port {
 | 
|             const rtc::PacketOptions& options);
 | 
|    void UpdateHash();
 | 
|    bool UpdateNonce(StunMessage* response);
 | 
| +  void ResetNonce();
 | 
|  
 | 
|    bool HasPermission(const rtc::IPAddress& ipaddr) const;
 | 
|    TurnEntry* FindEntry(const rtc::SocketAddress& address) const;
 | 
| 
 |