Index: mash/screenlock/main.cc |
diff --git a/mash/screenlock/main.cc b/mash/screenlock/main.cc |
index 23b307da6f9d11d2617b46ae422f17cab72d1bc0..02fdf616ba7229bd48d009d9097e7dc2efd82df4 100644 |
--- a/mash/screenlock/main.cc |
+++ b/mash/screenlock/main.cc |
@@ -4,7 +4,7 @@ |
#include "mash/screenlock/screenlock.h" |
#include "mojo/public/c/system/main.h" |
-#include "mojo/shell/public/cpp/application_runner.h" |
+#include "services/shell/public/cpp/application_runner.h" |
MojoResult MojoMain(MojoHandle shell_handle) { |
mojo::ApplicationRunner runner(new mash::screenlock::Screenlock); |