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/chromeos/network/network_connect_unittest.cc b/chromeos/network/network_connect_unittest.cc index d6365df..5c44f14 100644 --- a/chromeos/network/network_connect_unittest.cc +++ b/chromeos/network/network_connect_unittest.cc
@@ -175,7 +175,7 @@ std::unique_ptr<MockDelegate> mock_delegate_; std::unique_ptr<FakeTetherDelegate> fake_tether_delegate_; - base::test::ScopedTaskEnvironment scoped_task_environment_; + base::test::TaskEnvironment task_environment_; ShillDeviceClient::TestInterface* device_test_; ShillServiceClient::TestInterface* service_test_;