| Index: chrome/browser/chromeos/mobile/mobile_activator_unittest.cc
|
| diff --git a/chrome/browser/chromeos/mobile/mobile_activator_unittest.cc b/chrome/browser/chromeos/mobile/mobile_activator_unittest.cc
|
| index 7135da787810e5d4857c40c3a91b993c4187f0aa..5205b4b6ba34c1b0720db5e8af2ee78bd8cae8c8 100644
|
| --- a/chrome/browser/chromeos/mobile/mobile_activator_unittest.cc
|
| +++ b/chrome/browser/chromeos/mobile/mobile_activator_unittest.cc
|
| @@ -122,6 +122,7 @@ class MobileActivatorTest : public testing::Test {
|
| NetworkHandler::Initialize();
|
| }
|
| void TearDown() override {
|
| + mobile_activator_.TerminateActivation();
|
| NetworkHandler::Shutdown();
|
| DBusThreadManager::Shutdown();
|
| }
|
|
|