| Index: mandoline/services/core_services/main.cc
|
| diff --git a/mandoline/services/core_services/main.cc b/mandoline/services/core_services/main.cc
|
| index e9d36ba4dafbb8467396035c31d55c4de4bc01d1..e41beaa1fa48a5a3d119942399e3437d01da2203 100644
|
| --- a/mandoline/services/core_services/main.cc
|
| +++ b/mandoline/services/core_services/main.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "mandoline/services/core_services/core_services_application_delegate.h"
|
| #include "mojo/application/public/cpp/application_runner.h"
|
| -#include "third_party/mojo/src/mojo/public/c/system/main.h"
|
| +#include "mojo/public/c/system/main.h"
|
|
|
| // TODO(erg): Much of this will be the same between mojo applications. Maybe we
|
| // could centralize this code?
|
|
|