Index: chrome/app/mash/mash_runner.cc |
diff --git a/chrome/app/mash/mash_runner.cc b/chrome/app/mash/mash_runner.cc |
index 294de96870c0561a38544e7a8bd4770e50f1d3f1..554fb757519624150130bcb8e7751adee100bef3 100644 |
--- a/chrome/app/mash/mash_runner.cc |
+++ b/chrome/app/mash/mash_runner.cc |
@@ -23,15 +23,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" |