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

Unified Diff: net/http/http_auth_handler_factory.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/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

Powered by Google App Engine
This is Rietveld 408576698