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

Unified Diff: mash/example/window_type_launcher/main.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
Index: mash/example/window_type_launcher/main.cc
diff --git a/mash/example/window_type_launcher/main.cc b/mash/example/window_type_launcher/main.cc
index 75100e2909a210ab00c1073058823997dbfe130f..170dc8010829f64ba722d7d6696a1606adf72f41 100644
--- a/mash/example/window_type_launcher/main.cc
+++ b/mash/example/window_type_launcher/main.cc
@@ -17,7 +17,7 @@
#include "mojo/edk/embedder/embedder.h"
#include "mojo/edk/embedder/process_delegate.h"
#include "services/shell/public/cpp/shell_connection.h"
-#include "services/shell/public/interfaces/shell_client.mojom.h"
+#include "services/shell/public/interfaces/service.mojom.h"
#include "services/shell/runner/common/client_util.h"
#include "services/shell/runner/init.h"
@@ -66,7 +66,7 @@ int main(int argc, char** argv) {
base::MessageLoop loop;
WindowTypeLauncher delegate;
shell::ShellConnection impl(&delegate,
- shell::GetShellClientRequestFromCommandLine());
+ shell::GetServiceRequestFromCommandLine());
loop.Run();
mojo::edk::ShutdownIPCSupport();

Powered by Google App Engine
This is Rietveld 408576698