Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1975)

Unified Diff: mojo/shell/child_process_host_unittest.cc

Issue 343843002: mojo: remove need for ShellTestBase::InitMojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mojo/shell/shell_test_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « no previous file | mojo/shell/shell_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698