net/cert: Fix iwyu

This commit is contained in:
klzgrad 2023-06-04 11:54:34 +08:00
parent c96e3e17d4
commit 4c45999dc2

View File

@ -9,10 +9,14 @@
#include "base/containers/span.h" #include "base/containers/span.h"
#include "net/base/net_export.h" #include "net/base/net_export.h"
#include "net/cert/root_store_proto_lite/root_store.pb.h"
#include "third_party/boringssl/src/pki/trust_store.h" #include "third_party/boringssl/src/pki/trust_store.h"
#include "third_party/boringssl/src/pki/trust_store_in_memory.h" #include "third_party/boringssl/src/pki/trust_store_in_memory.h"
// Forward declares this so root_store.pb.h would not be a public dependency.
namespace chrome_root_store {
class RootStore;
}
namespace net { namespace net {
struct ChromeRootCertInfo { struct ChromeRootCertInfo {