Index: services/gfx/compositor/main.cc |
diff --git a/services/ui/launcher/main.cc b/services/gfx/compositor/main.cc |
similarity index 74% |
copy from services/ui/launcher/main.cc |
copy to services/gfx/compositor/main.cc |
index fa82e08d51d69f5fcedaea25b839904c2adda216..e03e9cab5e579571b0e554d5d55057fe5c877032 100644 |
--- a/services/ui/launcher/main.cc |
+++ b/services/gfx/compositor/main.cc |
@@ -4,9 +4,9 @@ |
#include "mojo/application/application_runner_chromium.h" |
#include "mojo/public/c/system/main.h" |
-#include "services/ui/launcher/launcher_app.h" |
+#include "services/gfx/compositor/compositor_app.h" |
MojoResult MojoMain(MojoHandle application_request) { |
- mojo::ApplicationRunnerChromium runner(new launcher::LauncherApp); |
+ mojo::ApplicationRunnerChromium runner(new compositor::CompositorApp); |
return runner.Run(application_request); |
} |