Index: mojo/shell/shell_test_helper.cc |
diff --git a/mojo/shell/shell_test_helper.cc b/mojo/shell/shell_test_helper.cc |
index 37f8ed2e6ca871be00b76a4e5d9e9f11bacdce13..d3d4f9c2a0a20a445c51d03271392698c7e6d9a3 100644 |
--- a/mojo/shell/shell_test_helper.cc |
+++ b/mojo/shell/shell_test_helper.cc |
@@ -25,6 +25,7 @@ ShellTestHelper::~ShellTestHelper() { |
void ShellTestHelper::Init() { |
context_.reset(new Context); |
+ context_->Init(); |
test_api_.reset(new ServiceManager::TestAPI(context_->service_manager())); |
base::FilePath service_dir; |
CHECK(PathService::Get(base::DIR_MODULE, &service_dir)); |