| Index: mojo/service_manager/service_manager_unittest.cc
|
| diff --git a/mojo/service_manager/service_manager_unittest.cc b/mojo/service_manager/service_manager_unittest.cc
|
| index 0161a80992a907ad9898fb8be303486aa9441b58..a40803ca49a071ef4fb07df658a160827d672e47 100644
|
| --- a/mojo/service_manager/service_manager_unittest.cc
|
| +++ b/mojo/service_manager/service_manager_unittest.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "base/at_exit.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "mojo/public/cpp/application/application.h"
|
| -#include "mojo/public/cpp/environment/environment.h"
|
| #include "mojo/public/interfaces/service_provider/service_provider.mojom.h"
|
| #include "mojo/service_manager/service_loader.h"
|
| #include "mojo/service_manager/service_manager.h"
|
| @@ -242,7 +242,7 @@ class ServiceManagerTest : public testing::Test {
|
| }
|
|
|
| protected:
|
| - mojo::Environment env_;
|
| + base::ShadowingAtExitManager at_exit_;
|
| base::MessageLoop loop_;
|
| TestContext context_;
|
| scoped_ptr<TestClientImpl> test_client_;
|
|
|