Index: net/cert/cert_type.h |
diff --git a/net/cert/cert_type.h b/net/cert/cert_type.h |
index 84fc44ab1d514ffe36f9f102646f9166577ae247..19b4509eb93e9a1fc9c7890bdc5d98b8e22a55a8 100644 |
--- a/net/cert/cert_type.h |
+++ b/net/cert/cert_type.h |
@@ -15,13 +15,7 @@ namespace net { |
// example, a cert with no basic constraints or trust would be classified as |
// UNKNOWN_CERT. If that cert is then trusted with SetCertTrust(cert, |
// SERVER_CERT, TRUSTED_SSL), it would become a SERVER_CERT. |
-enum CertType { |
- OTHER_CERT, |
- CA_CERT, |
- USER_CERT, |
- SERVER_CERT, |
- NUM_CERT_TYPES |
-}; |
+enum CertType { OTHER_CERT, CA_CERT, USER_CERT, SERVER_CERT, NUM_CERT_TYPES }; |
} // namespace net |