| Index: mash/package/mash_packaged_service.cc
|
| diff --git a/mash/package/mash_packaged_service.cc b/mash/package/mash_packaged_service.cc
|
| index 38d7f80013d56328068fa4a42557d5f145ce2f20..ea219b2e5aef6e963acaa1f8e89401adae5ca056 100644
|
| --- a/mash/package/mash_packaged_service.cc
|
| +++ b/mash/package/mash_packaged_service.cc
|
| @@ -26,6 +26,7 @@
|
| #if defined(OS_CHROMEOS)
|
| #include "ash/autoclick/mus/autoclick_application.h" // nogncheck
|
| #include "ash/mus/window_manager_application.h" // nogncheck
|
| +#include "ash/public/interfaces/constants.mojom.h" // nogncheck
|
| #include "ash/touch_hud/mus/touch_hud_application.h" // nogncheck
|
| #endif
|
|
|
| @@ -84,7 +85,7 @@ std::unique_ptr<service_manager::Service> MashPackagedService::CreateService(
|
| }
|
|
|
| #if defined(OS_CHROMEOS)
|
| - if (name == "ash")
|
| + if (name == ash::mojom::kServiceName)
|
| return base::WrapUnique(new ash::mus::WindowManagerApplication);
|
| if (name == "accessibility_autoclick")
|
| return base::WrapUnique(new ash::autoclick::AutoclickApplication);
|
|
|