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

Side by Side Diff: net/ssl/client_cert_store_win.h

Issue 1366123002: Cleanup: IWYU for base/gtest_prod_util.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gtest_iwyu
Patch Set: more lint Created 5 years, 3 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/ssl/client_cert_store_mac.h ('k') | net/udp/udp_socket_win.h » ('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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 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 #ifndef NET_SSL_CLIENT_CERT_STORE_WIN_H_ 5 #ifndef NET_SSL_CLIENT_CERT_STORE_WIN_H_
6 #define NET_SSL_CLIENT_CERT_STORE_WIN_H_ 6 #define NET_SSL_CLIENT_CERT_STORE_WIN_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/callback.h" 9 #include "base/callback.h"
10 #include "base/gtest_prod_util.h"
11 #include "net/base/net_export.h" 10 #include "net/base/net_export.h"
12 #include "net/ssl/client_cert_store.h" 11 #include "net/ssl/client_cert_store.h"
13 #include "net/ssl/ssl_cert_request_info.h" 12 #include "net/ssl/ssl_cert_request_info.h"
14 13
15 namespace net { 14 namespace net {
16 15
17 class NET_EXPORT ClientCertStoreWin : public ClientCertStore { 16 class NET_EXPORT ClientCertStoreWin : public ClientCertStore {
18 public: 17 public:
19 ClientCertStoreWin(); 18 ClientCertStoreWin();
20 ~ClientCertStoreWin() override; 19 ~ClientCertStoreWin() override;
(...skipping 13 matching lines...) Expand all
34 bool SelectClientCertsForTesting(const CertificateList& input_certs, 33 bool SelectClientCertsForTesting(const CertificateList& input_certs,
35 const SSLCertRequestInfo& cert_request_info, 34 const SSLCertRequestInfo& cert_request_info,
36 CertificateList* selected_certs); 35 CertificateList* selected_certs);
37 36
38 DISALLOW_COPY_AND_ASSIGN(ClientCertStoreWin); 37 DISALLOW_COPY_AND_ASSIGN(ClientCertStoreWin);
39 }; 38 };
40 39
41 } // namespace net 40 } // namespace net
42 41
43 #endif // NET_SSL_CLIENT_CERT_STORE_WIN_H_ 42 #endif // NET_SSL_CLIENT_CERT_STORE_WIN_H_
OLDNEW
« no previous file with comments | « net/ssl/client_cert_store_mac.h ('k') | net/udp/udp_socket_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698