Index: content/public/test/test_mojo_app.cc |
diff --git a/content/public/test/test_mojo_app.cc b/content/public/test/test_mojo_app.cc |
index f4fe67635e987919c56da2e45696b70ef865073c..13cb9affcd543b9bc2ea636eb3ae00950c77bf58 100644 |
--- a/content/public/test/test_mojo_app.cc |
+++ b/content/public/test/test_mojo_app.cc |
@@ -38,7 +38,7 @@ void TestMojoApp::Create(mojo::ApplicationConnection* connection, |
void TestMojoApp::DoSomething(const DoSomethingCallback& callback) { |
callback.Run(); |
DCHECK(app_); |
- app_->Terminate(); |
+ app_->Quit(); |
} |
void TestMojoApp::GetRequestorURL(const GetRequestorURLCallback& callback) { |