| Index: mojo/shell/shell_test_helper.h
|
| diff --git a/mojo/shell/shell_test_helper.h b/mojo/shell/shell_test_helper.h
|
| index 04a4df5869f1f3a698dc8643fe23466f9ef1e910..ef8af899e11ad9f387e31ed65ef6c98892750209 100644
|
| --- a/mojo/shell/shell_test_helper.h
|
| +++ b/mojo/shell/shell_test_helper.h
|
| @@ -8,7 +8,6 @@
|
| #include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/run_loop.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/shell/context.h"
|
| @@ -42,8 +41,6 @@ class ShellTestHelper {
|
| private:
|
| class TestServiceProvider;
|
|
|
| - Environment environment_;
|
| -
|
| scoped_ptr<Context> context_;
|
|
|
| scoped_ptr<ServiceManager::TestAPI> test_api_;
|
|
|