Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Unified Diff: net/base/net_error_list.h

Issue 12680003: net: split net/ssl out of net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/base/net_error_list.h
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
index c0c71ea7bf8de7f84fd832aa02458c4af02fbec3..48d630ec15ce916189f6772d72cdff7a50e5d0ee 100644
--- a/net/base/net_error_list.h
+++ b/net/base/net_error_list.h
@@ -273,7 +273,7 @@ NET_ERROR(SSL_HANDSHAKE_NOT_COMPLETED, -148)
NET_ERROR(SSL_BAD_PEER_PUBLIC_KEY, -149)
// The certificate didn't match the built-in public key pins for the host name.
-// The pins are set in net/base/transport_security_state.cc and require that
+// The pins are set in net/ssl/transport_security_state.cc and require that
// one of a set of public keys exist on the path from the leaf to the root.
NET_ERROR(SSL_PINNED_KEY_NOT_IN_CERT_CHAIN, -150)

Powered by Google App Engine
This is Rietveld 408576698