Skip to content

Commit

Permalink
net/cert: Fix iwyu
Browse files Browse the repository at this point in the history
  • Loading branch information
klzgrad committed Aug 16, 2023
1 parent 4efc7e8 commit 4e7ab11
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/net/cert/internal/trust_store_chrome.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@
#include "net/base/net_export.h"
#include "net/cert/pki/trust_store.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"

// Forward declares this so root_store.pb.h would not be a public dependency.
namespace chrome_root_store {
class RootStore;
}

namespace net {

struct ChromeRootCertInfo {
Expand Down

0 comments on commit 4e7ab11

Please sign in to comment.