X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fnet%2Ftools%2Fquic%2Fquic_in_memory_cache.h;h=e625e17ef542fa10384703f1e562e21896266cf8;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=c4b858a13c1f6ecbaaa6843ad522a1e46dd9d4f7;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/net/tools/quic/quic_in_memory_cache.h b/src/net/tools/quic/quic_in_memory_cache.h index c4b858a..e625e17 100644 --- a/src/net/tools/quic/quic_in_memory_cache.h +++ b/src/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;