| Index: components/font_service/main.cc
|
| diff --git a/components/font_service/main.cc b/components/font_service/main.cc
|
| index ee9e55b99a1e4f1ab165fc826c7c5e5eae72345c..3ae4a8ed184669fd4e6c6518c75edd3c9989b875 100644
|
| --- a/components/font_service/main.cc
|
| +++ b/components/font_service/main.cc
|
| @@ -3,8 +3,8 @@
|
| // found in the LICENSE file.
|
|
|
| #include "components/font_service/font_service_app.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 font_service::FontServiceApp);
|
|
|