summaryrefslogtreecommitdiffstats
path: root/net/http/http_util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_util.cc')
-rw-r--r--net/http/http_util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_util.cc b/net/http/http_util.cc
index b634cbf..e8cea2e 100644
--- a/net/http/http_util.cc
+++ b/net/http/http_util.cc
@@ -651,7 +651,7 @@ bool HttpUtil::HeadersIterator::GetNext() {
name_begin_ = lines_.token_begin();
values_end_ = lines_.token_end();
- string::const_iterator colon = find(name_begin_, values_end_, ':');
+ string::const_iterator colon = std::find(name_begin_, values_end_, ':');
if (colon == values_end_)
continue; // skip malformed header