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

Unified Diff: net/http/http_util.h

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 | « no previous file | net/http/http_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_util.h
diff --git a/net/http/http_util.h b/net/http/http_util.h
index 080138270a287e9722ef5627a887444e6d96848d..a3a7aede874c9b79334a7e4fcb2141d010c00018 100644
--- a/net/http/http_util.h
+++ b/net/http/http_util.h
@@ -336,9 +336,6 @@ class NET_EXPORT HttpUtil {
HttpUtil::ValuesIterator props_;
bool valid_;
- std::string::const_iterator begin_;
- std::string::const_iterator end_;
-
std::string::const_iterator name_begin_;
std::string::const_iterator name_end_;
« no previous file with comments | « no previous file | net/http/http_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698