Index: net/cert/cert_verify_result.h |
diff --git a/net/cert/cert_verify_result.h b/net/cert/cert_verify_result.h |
index 9e6732552932b84e1d962becad0e508848d3c213..9b99330f52b4c6613af0bc6fd9a44a42fcee9ff1 100644 |
--- a/net/cert/cert_verify_result.h |
+++ b/net/cert/cert_verify_result.h |
@@ -37,7 +37,7 @@ class NET_EXPORT CertVerifyResult { |
// running within the sandbox. |
scoped_refptr<X509Certificate> verified_cert; |
- // Bitmask of CERT_STATUS_* from net/base/cert_status_flags.h. Note that |
+ // Bitmask of CERT_STATUS_* from net/cert/cert_status_flags.h. Note that |
// these status flags apply to the certificate chain returned in |
// |verified_cert|, rather than the originally supplied certificate |
// chain. |