mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-21 21:06:12 +03:00
net/cert: Fix iwyu
This commit is contained in:
parent
2dcaa72d8d
commit
c53143ba5c
@ -9,9 +9,13 @@
|
|||||||
#include "net/base/net_export.h"
|
#include "net/base/net_export.h"
|
||||||
#include "net/cert/pki/trust_store.h"
|
#include "net/cert/pki/trust_store.h"
|
||||||
#include "net/cert/pki/trust_store_in_memory.h"
|
#include "net/cert/pki/trust_store_in_memory.h"
|
||||||
#include "net/cert/root_store_proto_lite/root_store.pb.h"
|
|
||||||
#include "third_party/abseil-cpp/absl/types/optional.h"
|
#include "third_party/abseil-cpp/absl/types/optional.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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user