Index: components/filesystem/main.cc |
diff --git a/components/filesystem/main.cc b/components/filesystem/main.cc |
index 768b16621f7dea89cb5c8a940283bb334c7c1152..2d7d8a6468cd864d9383eddedd003758e759fc49 100644 |
--- a/components/filesystem/main.cc |
+++ b/components/filesystem/main.cc |
@@ -4,10 +4,10 @@ |
#include "base/macros.h" |
#include "components/filesystem/file_system_app.h" |
-#include "mojo/public/c/system/main.h" |
+#include "services/shell/public/c/main.h" |
#include "services/shell/public/cpp/service_runner.h" |
-MojoResult MojoMain(MojoHandle request) { |
+MojoResult ServiceMain(MojoHandle request) { |
shell::ServiceRunner runner(new filesystem::FileSystemApp()); |
return runner.Run(request); |
} |