Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1553)

Unified Diff: net/quic/quic_in_memory_cache.h

Issue 612323013: QUIC - (no behavior change) s/NULL/nullptr/g in .../quic/... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/quic_http_stream_test.cc ('k') | net/quic/quic_in_memory_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « net/quic/quic_http_stream_test.cc ('k') | net/quic/quic_in_memory_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698