| Index: components/cast_certificate/cast_crl.cc
|
| diff --git a/components/cast_certificate/cast_crl.cc b/components/cast_certificate/cast_crl.cc
|
| index 256623c867e751b005ef4498265656aedda9e2ba..79bc2c7fd9ef8c0ac7ded42e6ec72851a1eb679c 100644
|
| --- a/components/cast_certificate/cast_crl.cc
|
| +++ b/components/cast_certificate/cast_crl.cc
|
| @@ -17,7 +17,7 @@
|
| #include "net/cert/internal/path_builder.h"
|
| #include "net/cert/internal/signature_algorithm.h"
|
| #include "net/cert/internal/signature_policy.h"
|
| -#include "net/cert/internal/trust_store.h"
|
| +#include "net/cert/internal/trust_store_in_memory.h"
|
| #include "net/cert/internal/verify_certificate_chain.h"
|
| #include "net/cert/internal/verify_signed_data.h"
|
| #include "net/cert/x509_certificate.h"
|
| @@ -74,7 +74,7 @@ class CastCRLTrustStore {
|
| store_.AddTrustAnchor(std::move(anchor));
|
| }
|
|
|
| - net::TrustStore store_;
|
| + net::TrustStoreInMemory store_;
|
| DISALLOW_COPY_AND_ASSIGN(CastCRLTrustStore);
|
| };
|
|
|
|
|