Chromium Code Reviews| Index: net/quic/crypto/source_address_token.h |
| diff --git a/net/quic/crypto/source_address_token.h b/net/quic/crypto/source_address_token.h |
| index 8c509651e28512e132fd489c910ee992c74d0e8f..fbb50b1028e5b809cd61abf0c46f7d12c4bf92f2 100644 |
| --- a/net/quic/crypto/source_address_token.h |
| +++ b/net/quic/crypto/source_address_token.h |
| @@ -41,6 +41,8 @@ class SourceAddressToken { |
| private: |
| std::string ip_; |
| int64 timestamp_; |
| + |
| + DISALLOW_COPY_AND_ASSIGN(SourceAddressToken); |
| }; |
| } // namespace net |