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

Unified Diff: net/http/http_auth_challenge_tokenizer.cc

Issue 1131023004: clang/win: Fix style plugin warnings in debug builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 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
« no previous file with comments | « net/http/http_auth_challenge_tokenizer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_auth_challenge_tokenizer.cc
diff --git a/net/http/http_auth_challenge_tokenizer.cc b/net/http/http_auth_challenge_tokenizer.cc
index 528566c86649f38accbfa7d0701181838d3af2f5..75c2d673574bbb9d4743bf620cca5c740892f9d7 100644
--- a/net/http/http_auth_challenge_tokenizer.cc
+++ b/net/http/http_auth_challenge_tokenizer.cc
@@ -20,6 +20,9 @@ HttpAuthChallengeTokenizer::HttpAuthChallengeTokenizer(
Init(begin, end);
}
+HttpAuthChallengeTokenizer::~HttpAuthChallengeTokenizer() {
+}
+
HttpUtil::NameValuePairsIterator HttpAuthChallengeTokenizer::param_pairs()
const {
return HttpUtil::NameValuePairsIterator(params_begin_, params_end_, ',');
« no previous file with comments | « net/http/http_auth_challenge_tokenizer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698