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

Unified Diff: content/shell/utility/shell_content_utility_client.cc

Issue 2118083002: ShellClient -> Service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mus2
Patch Set: . Created 4 years, 5 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 | « content/renderer/mus/render_widget_window_tree_client_factory.cc ('k') | ipc/ipc_channel_posix.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/renderer/mus/render_widget_window_tree_client_factory.cc ('k') | ipc/ipc_channel_posix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698