| Index: shell/native_application_loader_unittest.cc
|
| diff --git a/shell/native_application_loader_unittest.cc b/shell/native_application_loader_unittest.cc
|
| index 473412a91e6c598fb5f8c9a3029cc7171dc57ff8..697f82853b881de8a1b0ff16265c261df4007754 100644
|
| --- a/shell/native_application_loader_unittest.cc
|
| +++ b/shell/native_application_loader_unittest.cc
|
| @@ -70,6 +70,7 @@ class NativeApplicationLoaderTest : public testing::Test {
|
| new TestDynamicServiceRunnerFactory(&state_));
|
| loader_.reset(new NativeApplicationLoader(&context_, factory.Pass()));
|
| }
|
| + void TearDown() override { context_.Shutdown(); }
|
|
|
| protected:
|
| Context context_;
|
|
|