diff options
Diffstat (limited to 'net/tools/quic/quic_in_memory_cache.cc')
-rw-r--r-- | net/tools/quic/quic_in_memory_cache.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/tools/quic/quic_in_memory_cache.cc b/net/tools/quic/quic_in_memory_cache.cc index 2dee018..1f31b9c 100644 --- a/net/tools/quic/quic_in_memory_cache.cc +++ b/net/tools/quic/quic_in_memory_cache.cc @@ -32,6 +32,9 @@ QuicInMemoryCache::ServerPushInfo::ServerPushInfo( priority(priority), body(body) {} +QuicInMemoryCache::ServerPushInfo::ServerPushInfo(const ServerPushInfo& other) = + default; + QuicInMemoryCache::Response::Response() : response_type_(REGULAR_RESPONSE) {} QuicInMemoryCache::Response::~Response() {} |