| Index: mash/browser/main.cc
|
| diff --git a/mash/browser/main.cc b/mash/browser/main.cc
|
| index c2b86c330ea12b55bcc00c4a9636073d4327aad9..72181ef8523f059963950ba97fe86d57f543ca22 100644
|
| --- a/mash/browser/main.cc
|
| +++ b/mash/browser/main.cc
|
| @@ -3,8 +3,8 @@
|
| // found in the LICENSE file.
|
|
|
| #include "mash/browser/browser.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::browser::Browser);
|
|
|