| Index: net/tools/quic/quic_in_memory_cache.h
|
| diff --git a/net/tools/quic/quic_in_memory_cache.h b/net/tools/quic/quic_in_memory_cache.h
|
| index c4b858a13c1f6ecbaaa6843ad522a1e46dd9d4f7..e625e17ef542fa10384703f1e562e21896266cf8 100644
|
| --- a/net/tools/quic/quic_in_memory_cache.h
|
| +++ b/net/tools/quic/quic_in_memory_cache.h
|
| @@ -69,7 +69,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 BalsaHeaders& request_headers) const;
|
|
|
|
|