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

Unified Diff: net/http/http_util.cc

Issue 10704134: fix clang warnings for chrome on android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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_util.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_util.cc
diff --git a/net/http/http_util.cc b/net/http/http_util.cc
index 0a9c6a6f3a75f536a709ebe28daef58ee12c1ae5..a4c6266cc8b247764fecd7d9f62625e49c934935 100644
--- a/net/http/http_util.cc
+++ b/net/http/http_util.cc
@@ -823,8 +823,6 @@ HttpUtil::NameValuePairsIterator::NameValuePairsIterator(
char delimiter)
: props_(begin, end, delimiter),
valid_(true),
- begin_(begin),
- end_(end),
name_begin_(end),
name_end_(end),
value_begin_(end),
« no previous file with comments | « net/http/http_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698