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

Unified Diff: net/http/url_security_manager.cc

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/url_security_manager.cc
diff --git a/net/http/url_security_manager.cc b/net/http/url_security_manager.cc
index 4ff0f654dacfbcb192e1f83cda0e38bf98c1acd1..0fb6e43a3df76181ef3fbe6656c9dd1ef4a7fb25 100644
--- a/net/http/url_security_manager.cc
+++ b/net/http/url_security_manager.cc
@@ -15,10 +15,11 @@ URLSecurityManagerWhitelist::URLSecurityManagerWhitelist(
whitelist_delegate_(whitelist_delegate) {
}
-URLSecurityManagerWhitelist::~URLSecurityManagerWhitelist() {}
+URLSecurityManagerWhitelist::~URLSecurityManagerWhitelist() {
+}
bool URLSecurityManagerWhitelist::CanUseDefaultCredentials(
- const GURL& auth_origin) const {
+ const GURL& auth_origin) const {
if (whitelist_default_.get())
return whitelist_default_->IsValid(auth_origin, HttpAuth::AUTH_SERVER);
return false;

Powered by Google App Engine
This is Rietveld 408576698