| Index: chrome/app/mash/mash_runner.cc
|
| diff --git a/chrome/app/mash/mash_runner.cc b/chrome/app/mash/mash_runner.cc
|
| index b54a1ff3679edb9e7af46bc050b3fd62a7be2269..ce36e985452345bb44f3564b348ad803d58dff75 100644
|
| --- a/chrome/app/mash/mash_runner.cc
|
| +++ b/chrome/app/mash/mash_runner.cc
|
| @@ -21,15 +21,15 @@
|
| #include "mash/task_viewer/task_viewer.h"
|
| #include "mash/wm/window_manager_application.h"
|
| #include "mojo/public/cpp/bindings/binding_set.h"
|
| -#include "mojo/shell/background/background_shell.h"
|
| -#include "mojo/shell/native_runner_delegate.h"
|
| -#include "mojo/shell/public/cpp/connector.h"
|
| -#include "mojo/shell/public/cpp/identity.h"
|
| -#include "mojo/shell/public/cpp/shell_client.h"
|
| -#include "mojo/shell/public/cpp/shell_connection.h"
|
| -#include "mojo/shell/public/interfaces/shell_client_factory.mojom.h"
|
| -#include "mojo/shell/runner/common/switches.h"
|
| -#include "mojo/shell/runner/host/child_process_base.h"
|
| +#include "services/shell/background/background_shell.h"
|
| +#include "services/shell/native_runner_delegate.h"
|
| +#include "services/shell/public/cpp/connector.h"
|
| +#include "services/shell/public/cpp/identity.h"
|
| +#include "services/shell/public/cpp/shell_client.h"
|
| +#include "services/shell/public/cpp/shell_connection.h"
|
| +#include "services/shell/public/interfaces/shell_client_factory.mojom.h"
|
| +#include "services/shell/runner/common/switches.h"
|
| +#include "services/shell/runner/host/child_process_base.h"
|
|
|
| #if defined(OS_LINUX)
|
| #include "components/font_service/font_service_app.h"
|
|
|