diff options
Diffstat (limited to 'net/tools/quic/quic_in_memory_cache.h')
-rw-r--r-- | net/tools/quic/quic_in_memory_cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tools/quic/quic_in_memory_cache.h b/net/tools/quic/quic_in_memory_cache.h index d23d1e3..0cedc1e 100644 --- a/net/tools/quic/quic_in_memory_cache.h +++ b/net/tools/quic/quic_in_memory_cache.h @@ -48,6 +48,7 @@ class QuicInMemoryCache { const net::SpdyHeaderBlock& headers, net::SpdyPriority priority, string body); + ServerPushInfo(const ServerPushInfo& other); GURL request_url; net::SpdyHeaderBlock headers; net::SpdyPriority priority; |