| Index: mash/browser/main.cc
|
| diff --git a/mash/browser/main.cc b/mash/browser/main.cc
|
| index 8105d7ac662c419f17bbac444e450f8659322ee7..bb87d944363107ce988b121a0536a558303625ee 100644
|
| --- a/mash/browser/main.cc
|
| +++ b/mash/browser/main.cc
|
| @@ -4,9 +4,9 @@
|
|
|
| #include "mash/browser/browser.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 shell_handle) {
|
| - shell::ApplicationRunner runner(new mash::browser::Browser);
|
| + shell::ServiceRunner runner(new mash::browser::Browser);
|
| return runner.Run(shell_handle);
|
| }
|
|
|