webrtc/examples
Jonas Olsson 366a50c4ef Remove simple stringstream usages.
This CL replaces std::o?stringstream with rtc::StringBuilder where that's possible to do without changing any of the surrounding code. It also updates includes and build files as appropriate.

The CL was generated by running 'git grep -l -P std::o?stringstream | xargs perl -pi -e "s/std::o?stringstream/rtc::StringBuilder/g"'. Then I've manually updated the #includes and BUILD files, run 'git cl format' and unstaged any file that would need more complex fixes.

Bug: webrtc:8982
Change-Id: Ibc32153f4a3fd177e260b6ad05ce393972549357
Reviewed-on: https://webrtc-review.googlesource.com/98460
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Jonas Olsson <jonasolsson@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24605}
2018-09-06 12:53:19 +00:00
..
aarproject Add jsr305 as a dependency to AAR. 2018-03-29 09:56:07 +00:00
androidapp Add is_android guard to all Android rule usages. 2018-07-23 08:25:43 +00:00
androidjunit Replace direct invocation of ShadowApplication.getApplicationContext() 2018-04-30 08:54:29 +00:00
androidnativeapi Add is_android guard to all Android rule usages. 2018-07-23 08:25:43 +00:00
androidtests Revert CLs affecting video quality toolchain. 2018-08-27 16:50:54 +00:00
objc Obj-C SDK Cleanup 2018-08-30 10:42:41 +00:00
objcnativeapi Obj-C SDK Cleanup 2018-08-30 10:42:41 +00:00
peerconnection Delete almost all use of MediaConstraintsInterface in the PeerConnection API 2018-08-23 07:14:37 +00:00
relayserver Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
stunprober Remove simple stringstream usages. 2018-09-06 12:53:19 +00:00
stunserver Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
turnserver Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
unityplugin Delete almost all use of MediaConstraintsInterface in the PeerConnection API 2018-08-23 07:14:37 +00:00
BUILD.gn Obj-C SDK Cleanup 2018-08-30 10:42:41 +00:00
DEPS Obj-C SDK Cleanup 2018-08-30 10:42:41 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00