| Index: mojo/public/tests/system_core_unittest.cc
|
| diff --git a/mojo/public/tests/system_core_unittest.cc b/mojo/public/tests/system_core_unittest.cc
|
| index 382a800bf4c69e7c8e99009c15dc1eecdccd14de..7d5a78ded56499862c89a24c1179852211705065 100644
|
| --- a/mojo/public/tests/system_core_unittest.cc
|
| +++ b/mojo/public/tests/system_core_unittest.cc
|
| @@ -6,13 +6,12 @@
|
|
|
| #include <string.h>
|
|
|
| -#include "mojo/public/tests/test_support.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace mojo {
|
| namespace {
|
|
|
| -class SystemTest : public test::TestBase {
|
| +class SystemTest : public testing::Test {
|
| };
|
|
|
| TEST_F(SystemTest, Basic) {
|
|
|