commit | 694c3c33ca902f5818dd52a263aed9d38b7d8b19 | [log] [tgz] |
---|---|---|
author | Gabriel Charette <[email protected]> | Mon Aug 19 14:53:05 2019 |
committer | Commit Bot <[email protected]> | Mon Aug 19 14:53:05 2019 |
tree | cf514f309ed36d79d7ce5345eeaadbee824d9b7e | |
parent | b817bfb789d60aebe7c41c3c9ca06df10ba06a38 [diff] [blame] |
[TaskEnvironment] Mass-migrate away from ScopedTaskEnvironment (1/2) (well half of them because git cl upload wouldn't let me do them all at once...) This is step #1 of the mass migration. Some of these will be backported to SingleThreadTaskEnvironment in a later phase. scoped_task_environment.h will also only move in a follow-up CL. [email protected] Bug: 992483 Change-Id: I44bc376deee9b6c95bafac8d54165174d86a5001 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1756247 Reviewed-by: Gabriel Charette <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Commit-Queue: Gabriel Charette <[email protected]> Cr-Commit-Position: refs/heads/master@{#688086}
diff --git a/net/quic/quic_http_stream_test.cc b/net/quic/quic_http_stream_test.cc index 1ba2168..d02810c 100644 --- a/net/quic/quic_http_stream_test.cc +++ b/net/quic/quic_http_stream_test.cc
@@ -176,7 +176,7 @@ class QuicHttpStreamTest : public ::testing::TestWithParam< std::tuple<quic::ParsedQuicVersion, bool>>, - public WithScopedTaskEnvironment { + public WithTaskEnvironment { public: void CloseStream(QuicHttpStream* stream, int /*rv*/) { stream->Close(false); }