| Index: mojo/public/cpp/bindings/tests/request_response_unittest.cc
|
| diff --git a/mojo/public/cpp/bindings/tests/request_response_unittest.cc b/mojo/public/cpp/bindings/tests/request_response_unittest.cc
|
| index 705f747e1a543bf36f2f4d412ee713aa27689509..0a003d1d757a166449bda0514606e24e39396d85 100644
|
| --- a/mojo/public/cpp/bindings/tests/request_response_unittest.cc
|
| +++ b/mojo/public/cpp/bindings/tests/request_response_unittest.cc
|
| @@ -3,7 +3,6 @@
|
| // found in the LICENSE file.
|
|
|
| #include "mojo/public/cpp/bindings/binding.h"
|
| -#include "mojo/public/cpp/environment/environment.h"
|
| #include "mojo/public/cpp/test_support/test_utils.h"
|
| #include "mojo/public/cpp/utility/run_loop.h"
|
| #include "mojo/public/interfaces/bindings/tests/sample_import.mojom.h"
|
| @@ -90,7 +89,6 @@ class RequestResponseTest : public testing::Test {
|
| void PumpMessages() { loop_.RunUntilIdle(); }
|
|
|
| private:
|
| - Environment env_;
|
| RunLoop loop_;
|
| };
|
|
|
|
|