diff --git a/src/net/cert/internal/trust_store_chrome.h b/src/net/cert/internal/trust_store_chrome.h index 0ea1fe3829..140a1a6864 100644 --- a/src/net/cert/internal/trust_store_chrome.h +++ b/src/net/cert/internal/trust_store_chrome.h @@ -12,10 +12,14 @@ #include "base/containers/span.h" #include "base/time/time.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 { struct ChromeRootCertConstraints {