| Index: mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc
|
| diff --git a/mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc b/mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc
|
| index dc8e290302967a4ff9b7ddcbad6caf7d0adf75e1..dbe5f291cfdf69db26f50e94269f60812c37b4a7 100644
|
| --- a/mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc
|
| +++ b/mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc
|
| @@ -6,7 +6,6 @@
|
|
|
| #include "mojo/public/cpp/bindings/binding.h"
|
| #include "mojo/public/cpp/bindings/strong_binding.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.h"
|
| #include "mojo/public/interfaces/bindings/tests/sample_interfaces.mojom.h"
|
| @@ -195,7 +194,6 @@ class InterfacePtrTest : public testing::Test {
|
| void PumpMessages() { loop_.RunUntilIdle(); }
|
|
|
| private:
|
| - Environment env_;
|
| RunLoop loop_;
|
| };
|
|
|
| @@ -486,7 +484,6 @@ class StrongMathCalculatorImpl : public math::Calculator {
|
| };
|
|
|
| TEST(StrongConnectorTest, Math) {
|
| - Environment env;
|
| RunLoop loop;
|
|
|
| bool error_received = false;
|
| @@ -555,7 +552,6 @@ class WeakMathCalculatorImpl : public math::Calculator {
|
| };
|
|
|
| TEST(WeakConnectorTest, Math) {
|
| - Environment env;
|
| RunLoop loop;
|
|
|
| bool error_received = false;
|
|
|