summaryrefslogtreecommitdiffstats
path: root/net/url_request
diff options
context:
space:
mode:
Diffstat (limited to 'net/url_request')
-rw-r--r--net/url_request/url_request_new_ftp_job.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/url_request/url_request_new_ftp_job.cc b/net/url_request/url_request_new_ftp_job.cc
index d9f1d27..e603a38 100644
--- a/net/url_request/url_request_new_ftp_job.cc
+++ b/net/url_request/url_request_new_ftp_job.cc
@@ -26,7 +26,7 @@ namespace {
// like TLD, the UI language/default encoding of a client, etc). In that case,
// this should be pulled out of here and moved somewhere in base because there
// can be other use cases.
-std::string DetectEncoding(const char*input, size_t len) {
+std::string DetectEncoding(const char* input, size_t len) {
if (IsStringASCII(std::string(input, len)))
return std::string();
UErrorCode status = U_ZERO_ERROR;