Index: mojo/shell/child_process_host_unittest.cc |
diff --git a/mojo/shell/child_process_host_unittest.cc b/mojo/shell/child_process_host_unittest.cc |
index 37f06c3a174bcccb77f9b6f0c65aea1063b0220c..97bc96dca08d25d873a7ec287644c404a7de3634 100644 |
--- a/mojo/shell/child_process_host_unittest.cc |
+++ b/mojo/shell/child_process_host_unittest.cc |
@@ -11,7 +11,6 @@ |
#include "base/message_loop/message_loop.h" |
#include "mojo/common/message_pump_mojo.h" |
#include "mojo/shell/context.h" |
-#include "mojo/shell/shell_test_base.h" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace mojo { |
@@ -32,7 +31,7 @@ class TestChildProcessHostDelegate : public ChildProcessHost::Delegate { |
} |
}; |
-typedef ShellTestBase ChildProcessHostTest; |
+typedef testing::Test ChildProcessHostTest; |
TEST_F(ChildProcessHostTest, Basic) { |
base::MessageLoop message_loop( |