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

Unified Diff: net/quic/crypto/common_cert_set_0.c

Issue 683113005: Update from chromium https://crrev.com/302282 (Closed) Base URL: git@github.com:domokit/mojo.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/crypto/common_cert_set.cc ('k') | net/quic/crypto/common_cert_set_0a.inc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/crypto/common_cert_set_0.c
diff --git a/net/quic/crypto/common_cert_set_0.c b/net/quic/crypto/common_cert_set_0.c
index 1133733cf7fbeb6593d82514bd12472992dfe6fd..4cc16f66b237e5b4fcf5a44c1ee16180ccaa27c1 100644
--- a/net/quic/crypto/common_cert_set_0.c
+++ b/net/quic/crypto/common_cert_set_0.c
@@ -6,8 +6,8 @@
/* This file contains common certificates. It's designed to be #included in
* another file, in a namespace. */
-#include "net/quic/crypto/common_cert_set_1_50.inc"
-#include "net/quic/crypto/common_cert_set_51_100.inc"
+#include "net/quic/crypto/common_cert_set_0a.inc"
+#include "net/quic/crypto/common_cert_set_0b.inc"
static const size_t kNumCerts = 102;
static const unsigned char* const kCerts[] = {
« no previous file with comments | « net/quic/crypto/common_cert_set.cc ('k') | net/quic/crypto/common_cert_set_0a.inc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698