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

Unified Diff: net/base/net_util_win.cc

Issue 6317016: Change UTF8ToUTF16 to accept const StringPiece&. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 years, 11 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/base/cookie_monster_perftest.cc ('k') | net/tools/dnssec_chain_verify/dnssec_chain_verify.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_util_win.cc
diff --git a/net/base/net_util_win.cc b/net/base/net_util_win.cc
index a6d37c1a07a0da062efa1c6ef2f6eeee43145ccf..dac93a9db5019e110423c34ea46e972ef228bd39 100644
--- a/net/base/net_util_win.cc
+++ b/net/base/net_util_win.cc
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include <algorithm>
+
#include "net/base/net_util.h"
#include "base/file_path.h"
« no previous file with comments | « net/base/cookie_monster_perftest.cc ('k') | net/tools/dnssec_chain_verify/dnssec_chain_verify.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698