| Index: mojo/shell/shell_test_base.h
|
| diff --git a/mojo/shell/shell_test_base.h b/mojo/shell/shell_test_base.h
|
| index 639a0a7c144c051d1f8d1b31942936d1d53853c8..84864b7300f327381d0e4003dc1b621361c495c7 100644
|
| --- a/mojo/shell/shell_test_base.h
|
| +++ b/mojo/shell/shell_test_base.h
|
| @@ -9,7 +9,6 @@
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "mojo/public/cpp/environment/environment.h"
|
| #include "mojo/public/cpp/system/core.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| @@ -44,8 +43,6 @@ class ShellTestBase : public testing::Test {
|
| Context* shell_context() { return shell_context_.get(); }
|
|
|
| private:
|
| - Environment environment_;
|
| -
|
| // Only set if/when |InitMojo()| is called.
|
| scoped_ptr<base::MessageLoop> message_loop_;
|
| scoped_ptr<Context> shell_context_;
|
|
|