Index: components/mus/example/window_type_launcher/main.cc |
diff --git a/components/mus/example/client/main.cc b/components/mus/example/window_type_launcher/main.cc |
similarity index 73% |
copy from components/mus/example/client/main.cc |
copy to components/mus/example/window_type_launcher/main.cc |
index 913d391c98ca32e2750ad12c097da704244a443e..38337c88b47096841d33daed2ff787cd929cc0f5 100644 |
--- a/components/mus/example/client/main.cc |
+++ b/components/mus/example/window_type_launcher/main.cc |
@@ -2,11 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "components/mus/example/client/client_application_delegate.h" |
+#include "components/mus/example/window_type_launcher/window_type_launcher.h" |
#include "mojo/application/public/cpp/application_runner.h" |
#include "third_party/mojo/src/mojo/public/c/system/main.h" |
MojoResult MojoMain(MojoHandle shell_handle) { |
- mojo::ApplicationRunner runner(new ClientApplicationDelegate); |
+ mojo::ApplicationRunner runner(new WindowTypeLauncher); |
return runner.Run(shell_handle); |
} |