| Index: ash/touch_hud/mus/main.cc
|
| diff --git a/ash/touch_hud/mus/main.cc b/ash/touch_hud/mus/main.cc
|
| index 3d334d6f80965bc22a84d6141ed33507b6cde53e..efd57fb8103761aaa03e47c84333d1a63e68b34c 100644
|
| --- a/ash/touch_hud/mus/main.cc
|
| +++ b/ash/touch_hud/mus/main.cc
|
| @@ -3,8 +3,8 @@
|
| // found in the LICENSE file.
|
|
|
| #include "ash/touch_hud/mus/touch_hud_application.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 ash::touch_hud::TouchHudApplication);
|
|
|