Index: third_party/mojo/src/mojo/public/cpp/bindings/tests/map_unittest.cc |
diff --git a/third_party/mojo/src/mojo/public/cpp/bindings/tests/map_unittest.cc b/third_party/mojo/src/mojo/public/cpp/bindings/tests/map_unittest.cc |
index 44100a41072fcbca6bd3c885b769b365402217b3..5b049a87a02fdd53e9a14f2ba08a090e87eade47 100644 |
--- a/third_party/mojo/src/mojo/public/cpp/bindings/tests/map_unittest.cc |
+++ b/third_party/mojo/src/mojo/public/cpp/bindings/tests/map_unittest.cc |
@@ -10,7 +10,6 @@ |
#include "mojo/public/cpp/bindings/map.h" |
#include "mojo/public/cpp/bindings/string.h" |
#include "mojo/public/cpp/bindings/tests/container_test_util.h" |
-#include "mojo/public/cpp/environment/environment.h" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace mojo { |
@@ -36,13 +35,7 @@ struct StringIntData { |
const size_t kStringIntDataSize = 4; |
-class MapTest : public testing::Test { |
- public: |
- ~MapTest() override {} |
- |
- private: |
- Environment env_; |
-}; |
+using MapTest = testing::Test; |
// Tests that basic Map operations work. |
TEST_F(MapTest, InsertWorks) { |