net/cert: Fix iwyu

This commit is contained in:
klzgrad 2023-06-04 11:54:34 +08:00
parent f5ae1c9dfa
commit a5c75e1b0a

View File

@ -14,10 +14,14 @@
#include "base/version.h"
#include "crypto/sha2.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_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 {
// Represents a ConstraintSet for compiled-in version of the root store.