Index: net/http/http_auth_handler_factory.h |
diff --git a/net/http/http_auth_handler_factory.h b/net/http/http_auth_handler_factory.h |
index e712aafcb0abcd3894b033a4c9a1141ea80a277a..4da1a6644786b730d187ab0335ce120888029210 100644 |
--- a/net/http/http_auth_handler_factory.h |
+++ b/net/http/http_auth_handler_factory.h |
@@ -30,8 +30,8 @@ class HttpAuthHandlerRegistryFactory; |
class NET_EXPORT HttpAuthHandlerFactory { |
public: |
enum CreateReason { |
- CREATE_CHALLENGE, // Create a handler in response to a challenge. |
- CREATE_PREEMPTIVE, // Create a handler preemptively. |
+ CREATE_CHALLENGE, // Create a handler in response to a challenge. |
+ CREATE_PREEMPTIVE, // Create a handler preemptively. |
}; |
HttpAuthHandlerFactory() : url_security_manager_(NULL) {} |
@@ -44,9 +44,7 @@ class NET_EXPORT HttpAuthHandlerFactory { |
} |
// Retrieves the associated URL security manager. |
- URLSecurityManager* url_security_manager() { |
- return url_security_manager_; |
- } |
+ URLSecurityManager* url_security_manager() { return url_security_manager_; } |
// Creates an HttpAuthHandler object based on the authentication |
// challenge specified by |*challenge|. |challenge| must point to a valid |