Index: net/cert/cert_verify_result.h |
diff --git a/net/cert/cert_verify_result.h b/net/cert/cert_verify_result.h |
index 104fc6eec4666b236a7d8bd439c70a832b49f3a0..1f81da2824dfaac5b6f4fea9abc5c289ed015412 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. |