| Index: device/devices_app/main.cc
|
| diff --git a/device/devices_app/main.cc b/device/devices_app/main.cc
|
| index a43d8ff30362ace9209ce04aee25cca53def92bc..1694aac9e7f5a2ffa203e0fc25fc74972a85215d 100644
|
| --- a/device/devices_app/main.cc
|
| +++ b/device/devices_app/main.cc
|
| @@ -5,8 +5,8 @@
|
| #include "base/sequenced_task_runner.h"
|
| #include "device/devices_app/public/cpp/devices_app_factory.h"
|
| #include "mojo/public/c/system/main.h"
|
| -#include "mojo/shell/public/cpp/application_delegate.h"
|
| #include "mojo/shell/public/cpp/application_runner.h"
|
| +#include "mojo/shell/public/cpp/shell_client.h"
|
|
|
| MojoResult MojoMain(MojoHandle shell_handle) {
|
| mojo::ApplicationRunner runner(
|
|
|