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

Unified Diff: mash/example/window_type_launcher/main.cc

Issue 1728083002: Extract a Connector interface from Shell that can be cloned & passed to other threads (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@12uid
Patch Set: . Created 4 years, 10 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 f41e6bc484ff18f8d6c8ace1ceaf237c6d572487..3932a375df78a15b815154ae20f937638201d1a5 100644
--- a/mash/example/window_type_launcher/main.cc
+++ b/mash/example/window_type_launcher/main.cc
@@ -61,7 +61,7 @@ int main(int argc, char** argv) {
mojo::edk::InitIPCSupport(&process_delegate, io_thread.task_runner().get());
- mojo::ShellClientRequest request;
+ mojo::shell::mojom::ShellClientRequest request;
scoped_ptr<mojo::shell::RunnerConnection> connection(
mojo::shell::RunnerConnection::ConnectToRunner(
&request, mojo::ScopedMessagePipeHandle()));

Powered by Google App Engine
This is Rietveld 408576698