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

Unified Diff: services/shell/tests/util.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 | « services/shell/tests/shutdown/shutdown_service_app.cc ('k') | services/tracing/tracing_app.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/tests/util.cc
diff --git a/services/shell/tests/util.cc b/services/shell/tests/util.cc
index ea8e385435a7bf5b82c32dbaad10f8d5f996393d..8cdd71b9d27b296de0a2d13f467b4eeaf1bf4feb 100644
--- a/services/shell/tests/util.cc
+++ b/services/shell/tests/util.cc
@@ -20,7 +20,7 @@
#include "services/shell/public/cpp/connection.h"
#include "services/shell/public/cpp/connector.h"
#include "services/shell/public/interfaces/connector.mojom.h"
-#include "services/shell/public/interfaces/shell_client_factory.mojom.h"
+#include "services/shell/public/interfaces/service_factory.mojom.h"
#include "services/shell/runner/common/switches.h"
namespace shell {
@@ -69,9 +69,9 @@ std::unique_ptr<Connection> LaunchAndConnectToProcess(
mojo::ScopedMessagePipeHandle pipe =
mojo::edk::CreateParentMessagePipe(primordial_pipe_token, child_token);
- shell::mojom::ShellClientPtr client;
+ shell::mojom::ServicePtr client;
client.Bind(
- mojo::InterfacePtrInfo<shell::mojom::ShellClient>(std::move(pipe), 0u));
+ mojo::InterfacePtrInfo<shell::mojom::Service>(std::move(pipe), 0u));
shell::mojom::PIDReceiverPtr receiver;
shell::Connector::ConnectParams params(target);
« no previous file with comments | « services/shell/tests/shutdown/shutdown_service_app.cc ('k') | services/tracing/tracing_app.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698