Chromium Code Reviews

Unified Diff: net/cert/client_cert_verifier.h

Issue 1852953002: Fix a bunch of IWYU violators that don't include scoped_ptr.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comment Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « net/base/network_change_notifier.h ('k') | net/cert/crl_set_storage.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/client_cert_verifier.h
diff --git a/net/cert/client_cert_verifier.h b/net/cert/client_cert_verifier.h
index f2044aa5e383428b49e35bca61450d06d224acbb..8060a028ecb60b427e6d7083e90e3aee56d51c8c 100644
--- a/net/cert/client_cert_verifier.h
+++ b/net/cert/client_cert_verifier.h
@@ -6,6 +6,7 @@
#define NET_CERT_CLIENT_CERT_VERIFIER_H_
#include "base/macros.h"
+#include "base/memory/scoped_ptr.h"
#include "net/base/completion_callback.h"
#include "net/base/net_export.h"
« no previous file with comments | « net/base/network_change_notifier.h ('k') | net/cert/crl_set_storage.cc » ('j') | no next file with comments »

Powered by Google App Engine