| Index: mash/task_viewer/main.cc
|
| diff --git a/mash/task_viewer/main.cc b/mash/task_viewer/main.cc
|
| index 3899132972f93e928a7f84666cb883e8bccf4f84..3bb7c4cfbc5a608622fea3fd7e3908a6e9d9f88a 100644
|
| --- a/mash/task_viewer/main.cc
|
| +++ b/mash/task_viewer/main.cc
|
| @@ -3,8 +3,8 @@
|
| // found in the LICENSE file.
|
|
|
| #include "mash/task_viewer/task_viewer.h"
|
| -#include "services/shell/public/c/main.h"
|
| -#include "services/shell/public/cpp/service_runner.h"
|
| +#include "services/service_manager/public/c/main.h"
|
| +#include "services/service_manager/public/cpp/service_runner.h"
|
|
|
| MojoResult ServiceMain(MojoHandle service_request_handle) {
|
| shell::ServiceRunner runner(new mash::task_viewer::TaskViewer);
|
|
|