Refactor FileRotatingStream to use FileWrapper rather than FileStream

Bug: webrtc:6463
Change-Id: I77df2c77a658e9c5614554fb5ef8f2dc053031e6
Reviewed-on: https://webrtc-review.googlesource.com/c/117620
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26355}
This commit is contained in:
Niels Möller
2019-01-22 11:01:24 +01:00
committed by Commit Bot
parent efd7034600
commit 23213d94ff
7 changed files with 82 additions and 54 deletions

View File

@ -192,6 +192,7 @@ class StreamAdapterInterface : public StreamInterface,
// support asynchronous notification.
///////////////////////////////////////////////////////////////////////////////
// TODO(bugs.webrtc.org/6463): Delete this class.
class FileStream : public StreamInterface {
public:
FileStream();