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

Unified Diff: net/tools/dnssec_chain_verify/dnssec_chain_verify.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/net_util_win.cc ('k') | net/tools/dump_cache/url_to_filename_encoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/dnssec_chain_verify/dnssec_chain_verify.cc
diff --git a/net/tools/dnssec_chain_verify/dnssec_chain_verify.cc b/net/tools/dnssec_chain_verify/dnssec_chain_verify.cc
index a1c5270e76e67d913c4b3f2eb1d2bbfeb64153b2..b27c375279b847eb447463e20ef4e3add45ded55 100644
--- a/net/tools/dnssec_chain_verify/dnssec_chain_verify.cc
+++ b/net/tools/dnssec_chain_verify/dnssec_chain_verify.cc
@@ -4,6 +4,7 @@
#include <errno.h>
#include <stdio.h>
+#include <stdlib.h>
#include "base/at_exit.h"
#include "net/base/dns_util.h"
« no previous file with comments | « net/base/net_util_win.cc ('k') | net/tools/dump_cache/url_to_filename_encoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698