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