summaryrefslogtreecommitdiff
path: root/chromium/net/quic/quic_utils.h
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@theqtcompany.com>2014-12-05 15:04:29 +0100
committerAndras Becsi <andras.becsi@theqtcompany.com>2014-12-09 10:49:28 +0100
commitaf6588f8d723931a298c995fa97259bb7f7deb55 (patch)
tree060ca707847ba1735f01af2372e0d5e494dc0366 /chromium/net/quic/quic_utils.h
parent2fff84d821cc7b1c785f6404e0f8091333283e74 (diff)
downloadqtwebengine-chromium-af6588f8d723931a298c995fa97259bb7f7deb55.tar.gz
BASELINE: Update chromium to 40.0.2214.28 and ninja to 1.5.3.
Change-Id: I759465284fd64d59ad120219cbe257f7402c4181 Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
Diffstat (limited to 'chromium/net/quic/quic_utils.h')
-rw-r--r--chromium/net/quic/quic_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/net/quic/quic_utils.h b/chromium/net/quic/quic_utils.h
index 43f8d350ea6..1ecb37d6c90 100644
--- a/chromium/net/quic/quic_utils.h
+++ b/chromium/net/quic/quic_utils.h
@@ -34,7 +34,7 @@ class NET_EXPORT_PRIVATE QuicUtils {
//
// Which list has priority is determined by |priority|.
//
- // If |out_index| is non-NULL and a match is found then the index of that
+ // If |out_index| is non-nullptr and a match is found then the index of that
// match in |their_tags| is written to |out_index|.
static bool FindMutualTag(const QuicTagVector& our_tags,
const QuicTag* their_tags,