Chromium Code Reviews| Index: chromeos/network/auto_connect_handler_unittest.cc |
| diff --git a/chromeos/network/auto_connect_handler_unittest.cc b/chromeos/network/auto_connect_handler_unittest.cc |
| index 45510c5e334cd50adcb88977a6747b82d64f4cfe..515ef5b5843aba55b6043fe7006f182ea6202610 100644 |
| --- a/chromeos/network/auto_connect_handler_unittest.cc |
| +++ b/chromeos/network/auto_connect_handler_unittest.cc |
| @@ -137,6 +137,7 @@ class AutoConnectHandlerTest : public testing::Test { |
| } |
| void TearDown() override { |
| + network_state_handler_->Shutdown(); |
|
tbarzic
2017/02/10 22:47:48
not strictly part of this cl, but I wonder if we c
stevenjb
2017/02/10 22:50:20
Yep, we could. There are a lot of them though, so
|
| auto_connect_handler_.reset(); |
| client_cert_resolver_.reset(); |
| managed_config_handler_.reset(); |