| Index: mojo/public/cpp/bindings/tests/synchronous_interface_ptr_unittest.cc
|
| diff --git a/mojo/public/cpp/bindings/tests/synchronous_interface_ptr_unittest.cc b/mojo/public/cpp/bindings/tests/synchronous_interface_ptr_unittest.cc
|
| index a2b0c19017913abd0c0ecd4398eaae6cfb1720d4..db59a6f8cd0e80c4ed27313e30a9273c6c4bd78d 100644
|
| --- a/mojo/public/cpp/bindings/tests/synchronous_interface_ptr_unittest.cc
|
| +++ b/mojo/public/cpp/bindings/tests/synchronous_interface_ptr_unittest.cc
|
| @@ -11,7 +11,6 @@
|
| #include "mojo/public/cpp/bindings/interface_request.h"
|
| #include "mojo/public/cpp/bindings/strong_binding.h"
|
| #include "mojo/public/cpp/bindings/synchronous_interface_ptr.h"
|
| -#include "mojo/public/cpp/environment/environment.h"
|
| #include "mojo/public/cpp/utility/run_loop.h"
|
| #include "mojo/public/interfaces/bindings/tests/math_calculator.mojom-sync.h"
|
| #include "mojo/public/interfaces/bindings/tests/math_calculator.mojom.h"
|
| @@ -69,7 +68,6 @@ class SynchronousInterfacePtrTest : public testing::Test {
|
| }
|
|
|
| private:
|
| - Environment env_;
|
| RunLoop loop_;
|
| };
|
|
|
|
|