Index: mandoline/services/core_services/main.cc |
diff --git a/mandoline/services/core_services/main.cc b/mandoline/services/core_services/main.cc |
index 151dd72ac1797781c8f1cbac1eab0c93875fa018..ef8c8477a0e3a8494fbc3061219c48742719dd3b 100644 |
--- a/mandoline/services/core_services/main.cc |
+++ b/mandoline/services/core_services/main.cc |
@@ -3,11 +3,11 @@ |
// found in the LICENSE file. |
#include "mandoline/services/core_services/core_services_application_delegate.h" |
-#include "mojo/application/application_runner_chromium.h" |
+#include "mojo/application/public/cpp/application_runner.h" |
#include "third_party/mojo/src/mojo/public/c/system/main.h" |
MojoResult MojoMain(MojoHandle shell_handle) { |
- mojo::ApplicationRunnerChromium runner( |
+ mojo::ApplicationRunner runner( |
new core_services::CoreServicesApplicationDelegate); |
return runner.Run(shell_handle); |
} |