Index: net/http/http_log_util.cc |
diff --git a/net/http/http_log_util.cc b/net/http/http_log_util.cc |
index ab6ebda74aca0be5b39b9bfc046e91943e20c4bd..d95fa07e4cded5e322626371451b22020af623ea 100644 |
--- a/net/http/http_log_util.cc |
+++ b/net/http/http_log_util.cc |
@@ -73,9 +73,9 @@ std::string ElideHeaderValueForNetLog(NetLog::LogLevel log_level, |
return value; |
return std::string(value.begin(), redact_begin) + |
- base::StringPrintf("[%ld bytes were stripped]", |
- static_cast<long>(redact_end - redact_begin)) + |
- std::string(redact_end, value.end()); |
+ base::StringPrintf("[%ld bytes were stripped]", |
+ static_cast<long>(redact_end - redact_begin)) + |
+ std::string(redact_end, value.end()); |
} |
} // namespace net |