mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-21 12:56:13 +03:00
net/cert: Fix iwyu
This commit is contained in:
parent
f5ae1c9dfa
commit
a5c75e1b0a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user