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

Unified Diff: net/http/http_auth_challenge_tokenizer.h

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 | « cc/resources/tiling_set_raster_queue_all.h ('k') | net/http/http_auth_challenge_tokenizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_auth_challenge_tokenizer.h
diff --git a/net/http/http_auth_challenge_tokenizer.h b/net/http/http_auth_challenge_tokenizer.h
index a73f19205b6a9d37511123f3edfc6b4aae0fb14b..ef5bf12c2b255d579e128df64761765983c7188d 100644
--- a/net/http/http_auth_challenge_tokenizer.h
+++ b/net/http/http_auth_challenge_tokenizer.h
@@ -24,6 +24,7 @@ class NET_EXPORT_PRIVATE HttpAuthChallengeTokenizer {
public:
HttpAuthChallengeTokenizer(std::string::const_iterator begin,
std::string::const_iterator end);
+ ~HttpAuthChallengeTokenizer();
// Get the original text.
std::string challenge_text() const {
« no previous file with comments | « cc/resources/tiling_set_raster_queue_all.h ('k') | net/http/http_auth_challenge_tokenizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698