aboutsummaryrefslogtreecommitdiff
path: root/rtc_base/http_common.cc
diff options
context:
space:
mode:
authorNiels Moller <nisse@webrtc.org>2019-05-10 10:22:47 +0000
committerCommit Bot <commit-bot@chromium.org>2019-05-10 10:23:01 +0000
commitfb8c856afa8f9cd0937a5b124e8cddad33b3d3ce (patch)
treef4c59e98d027c65f29ff96aefcc02920c770fb14 /rtc_base/http_common.cc
parente1225d389ea2a78abee74eb643c139ecd82797ef (diff)
downloadwebrtc-fb8c856afa8f9cd0937a5b124e8cddad33b3d3ce.tar.gz
Revert "Change SimpleStringBuilder::Append to not use strcpyn and SIZE_UNKNOWN"
This reverts commit e779847fb6499ac2dc4757de8c625ac377e9d0d4. Reason for revert: Breaks downstream projects, depending on indirect include. Original change's description: > Change SimpleStringBuilder::Append to not use strcpyn and SIZE_UNKNOWN > > Also add explicit includes of rtc_base/string_utils.h in files depending on it. > > Bug: webrtc:6424 > Change-Id: Id6b53937ab2d185d092a5d8863018fd5f1a88e27 > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/135744 > Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> > Commit-Queue: Niels Moller <nisse@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#27903} TBR=kwiberg@webrtc.org,nisse@webrtc.org Change-Id: Ib04280d401b66fe832d3fdc9293e39276710f973 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: webrtc:6424 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/135945 Reviewed-by: Niels Moller <nisse@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27909}
Diffstat (limited to 'rtc_base/http_common.cc')
-rw-r--r--rtc_base/http_common.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/rtc_base/http_common.cc b/rtc_base/http_common.cc
index 10cfb3a14e..0456eeaa1c 100644
--- a/rtc_base/http_common.cc
+++ b/rtc_base/http_common.cc
@@ -30,7 +30,6 @@
#include "rtc_base/logging.h"
#include "rtc_base/message_digest.h"
#include "rtc_base/socket_address.h"
-#include "rtc_base/string_utils.h"
#include "rtc_base/strings/string_builder.h"
#include "rtc_base/third_party/base64/base64.h" // for Base64
#include "rtc_base/zero_memory.h" // for ExplicitZeroMemory