Index: content/shell/utility/shell_content_utility_client.cc |
diff --git a/content/shell/utility/shell_content_utility_client.cc b/content/shell/utility/shell_content_utility_client.cc |
index 1f30d2e35aa20590ab1f6ff0bfcde3926da23729..58799c6046e35faa99996d08873b1c646941ffa1 100644 |
--- a/content/shell/utility/shell_content_utility_client.cc |
+++ b/content/shell/utility/shell_content_utility_client.cc |
@@ -54,9 +54,9 @@ class TestMojoServiceImpl : public mojom::TestMojoService { |
DISALLOW_COPY_AND_ASSIGN(TestMojoServiceImpl); |
}; |
-std::unique_ptr<shell::ShellClient> CreateTestApp( |
+std::unique_ptr<shell::Service> CreateTestApp( |
const base::Closure& quit_closure) { |
- return std::unique_ptr<shell::ShellClient>(new TestMojoApp); |
+ return std::unique_ptr<shell::Service>(new TestMojoApp); |
} |
} // namespace |