| Index: net/cert/cert_verify_proc_whitelist.h
|
| diff --git a/net/cert/cert_verify_proc_whitelist.h b/net/cert/cert_verify_proc_whitelist.h
|
| index 2c7dfd5bda19d1d1e50e3663d7643c903824326b..b9da4643cdee46241f4e5fd7ec202b25aa8d80fc 100644
|
| --- a/net/cert/cert_verify_proc_whitelist.h
|
| +++ b/net/cert/cert_verify_proc_whitelist.h
|
| @@ -32,7 +32,7 @@ IsNonWhitelistedCertificate(const X509Certificate& cert,
|
|
|
| // Returns true if |host| is in (or a subdomain of) a whitelisted host
|
| // in |graph|, which is a DAFSA constructed by
|
| -// //net/tools/dafsa/make_dafsa.py that is |graph_length| bytes long.
|
| +// //base/dafsa/make_dafsa.py that is |graph_length| bytes long.
|
| bool NET_EXPORT_PRIVATE IsWhitelistedHost(const unsigned char* graph,
|
| size_t graph_length,
|
| base::StringPiece host);
|
|
|