[Lacros] Remove the usage of term "Lacros" in AppService Ash Code.

Avoid using the term "Lacros" in the Ash code, following guide:
go/lacros-porting.

BUG=1144877

Change-Id: I12bcb9129471ca8ab3fdf9dc9baa5a04be3e4ae7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2837255
Reviewed-by: Mikel Astiz <[email protected]>
Reviewed-by: Dominick Ng <[email protected]>
Reviewed-by: Noel Gordon <[email protected]>
Reviewed-by: Aga Wronska <[email protected]>
Reviewed-by: Xiyuan Xia <[email protected]>
Reviewed-by: Achuith Bhandarkar <[email protected]>
Reviewed-by: Pavol Marko <[email protected]>
Reviewed-by: Erik Chen <[email protected]>
Commit-Queue: Maggie Cai <[email protected]>
Cr-Commit-Position: refs/heads/master@{#876504}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 0c606707..0c62491 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -2681,9 +2681,6 @@
 extern const char kLacrosSupportName[];
 extern const char kLacrosSupportDescription[];
 
-extern const char kLacrosWebAppsName[];
-extern const char kLacrosWebAppsDescription[];
-
 extern const char kLimitAltTabToActiveDeskName[];
 extern const char kLimitAltTabToActiveDeskDescription[];
 
@@ -2848,6 +2845,9 @@
 extern const char kWakeOnWifiAllowedName[];
 extern const char kWakeOnWifiAllowedDescription[];
 
+extern const char kWebAppsCrosapiName[];
+extern const char kWebAppsCrosapiDescription[];
+
 extern const char kWebuiDarkModeName[];
 extern const char kWebuiDarkModeDescription[];