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

Side by Side Diff: net/quic/crypto/common_cert_set.cc

Issue 1841863002: Update monet. (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 4 years, 8 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 unified diff | Download patch
« no previous file with comments | « net/quic/crypto/channel_id_chromium.cc ('k') | net/quic/crypto/common_cert_set_1.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "net/quic/crypto/common_cert_set.h" 5 #include "net/quic/crypto/common_cert_set.h"
6 6
7 #include <stdint.h>
8
7 #include "base/basictypes.h" 9 #include "base/basictypes.h"
8 #include "base/logging.h" 10 #include "base/logging.h"
9 #include "base/memory/singleton.h" 11 #include "base/memory/singleton.h"
10 #include "net/quic/quic_utils.h" 12 #include "net/quic/quic_utils.h"
11 13
12 using base::StringPiece; 14 using base::StringPiece;
13 15
14 namespace net { 16 namespace net {
15 17
16 namespace common_cert_set_1 { 18 namespace common_cert_set_1 {
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 } // anonymous namespace 153 } // anonymous namespace
152 154
153 CommonCertSets::~CommonCertSets() {} 155 CommonCertSets::~CommonCertSets() {}
154 156
155 // static 157 // static
156 const CommonCertSets* CommonCertSets::GetInstanceQUIC() { 158 const CommonCertSets* CommonCertSets::GetInstanceQUIC() {
157 return CommonCertSetsQUIC::GetInstance(); 159 return CommonCertSetsQUIC::GetInstance();
158 } 160 }
159 161
160 } // namespace net 162 } // namespace net
OLDNEW
« no previous file with comments | « net/quic/crypto/channel_id_chromium.cc ('k') | net/quic/crypto/common_cert_set_1.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698