| Index: components/filesystem/main.cc
|
| diff --git a/components/filesystem/main.cc b/components/filesystem/main.cc
|
| index 6e25653fbd8d13114d91743f95db4264b465ff77..b84980ec09036e6b6b9c9e8e27f66b42dc8857c2 100644
|
| --- a/components/filesystem/main.cc
|
| +++ b/components/filesystem/main.cc
|
| @@ -4,8 +4,8 @@
|
|
|
| #include "base/macros.h"
|
| #include "components/filesystem/file_system_app.h"
|
| -#include "mojo/application/public/cpp/application_runner.h"
|
| #include "mojo/public/c/system/main.h"
|
| +#include "mojo/shell/public/cpp/application_runner.h"
|
|
|
| MojoResult MojoMain(MojoHandle application_request) {
|
| mojo::ApplicationRunner runner(new filesystem::FileSystemApp());
|
|
|