Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / net / quic / quic_in_memory_cache.h
index ea9c24e..ee3a9de 100644 (file)
@@ -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;