| Index: net/quic/quic_in_memory_cache.h
|
| diff --git a/net/quic/quic_in_memory_cache.h b/net/quic/quic_in_memory_cache.h
|
| index ea9c24e864e76a90e99048a95b46f787b9e8a443..ee3a9de1e00b0ec22412e74f9650f87e59f9dbe6 100644
|
| --- a/net/quic/quic_in_memory_cache.h
|
| +++ b/net/quic/quic_in_memory_cache.h
|
| @@ -68,7 +68,7 @@ class QuicInMemoryCache {
|
| static QuicInMemoryCache* GetInstance();
|
|
|
| // Retrieve a response from this cache for a given request.
|
| - // If no appropriate response exists, NULL is returned.
|
| + // If no appropriate response exists, nullptr is returned.
|
| // Currently, responses are selected based on request URI only.
|
| const Response* GetResponse(const GURL& url) const;
|
|
|
|
|