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

Unified Diff: net/http/http_auth_handler_basic_unittest.cc

Issue 1800003: Auto-format style pass over files. (Closed)
Patch Set: Remove trailing whitespace. Created 10 years, 8 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
« no previous file with comments | « net/http/http_auth_cache.cc ('k') | net/http/http_auth_handler_digest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_auth_handler_basic_unittest.cc
diff --git a/net/http/http_auth_handler_basic_unittest.cc b/net/http/http_auth_handler_basic_unittest.cc
index 3536c2c3cc85748d9b43e7a011860915f5756010..ee79d15d437a7e76ca969912bb9c6ece811c05c6 100644
--- a/net/http/http_auth_handler_basic_unittest.cc
+++ b/net/http/http_auth_handler_basic_unittest.cc
@@ -33,10 +33,10 @@ TEST(HttpAuthHandlerBasicTest, GenerateAuthToken) {
challenge, HttpAuth::AUTH_SERVER, origin, &basic));
std::string credentials;
int rv = basic->GenerateAuthToken(tests[i].username,
- tests[i].password,
- NULL,
- NULL,
- &credentials);
+ tests[i].password,
+ NULL,
+ NULL,
+ &credentials);
EXPECT_EQ(OK, rv);
EXPECT_STREQ(tests[i].expected_credentials, credentials.c_str());
}
« no previous file with comments | « net/http/http_auth_cache.cc ('k') | net/http/http_auth_handler_digest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698