| Index: chrome/browser/ui/ash/launcher/arc_app_shelf_id.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/arc_app_shelf_id.cc b/chrome/browser/ui/ash/launcher/arc_app_shelf_id.cc
|
| index 4bc1d7160c9cd29cf345be863dbab97c7c9360e9..5a969db622c684cd46b198ecdd30fd2e6759048e 100644
|
| --- a/chrome/browser/ui/ash/launcher/arc_app_shelf_id.cc
|
| +++ b/chrome/browser/ui/ash/launcher/arc_app_shelf_id.cc
|
| @@ -15,9 +15,9 @@ namespace {
|
|
|
| // String representation of Intent starts with this prefix.
|
| constexpr char kIntent[] = "#Intent";
|
| -// Prefix in intent that specifies Arc shelf group. S. means string type.
|
| +// Prefix in intent that specifies ARC shelf group. S. means string type.
|
| constexpr char kShelfGroupIntentPrefix[] = "S.org.chromium.arc.shelf_group_id=";
|
| -// Prefix to specify Arc shelf group.
|
| +// Prefix to specify ARC shelf group.
|
| constexpr char kShelfGroupPrefix[] = "shelf_group:";
|
|
|
| } // namespace
|
|
|