diff options
Diffstat (limited to 'net/base/net_error_list.h')
-rw-r--r-- | net/base/net_error_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h index 50d528a..d6d6a4b 100644 --- a/net/base/net_error_list.h +++ b/net/base/net_error_list.h @@ -360,7 +360,7 @@ NET_ERROR(INSECURE_RESPONSE, -501) NET_ERROR(NO_PRIVATE_KEY_FOR_CERT, -502) // An error adding to the OS certificate database (e.g. OS X Keychain). -NET_ERROR(ERR_ADD_USER_CERT_FAILED, -503) +NET_ERROR(ADD_USER_CERT_FAILED, -503) // // The FTP PASV command failed. |