| Index: chrome/browser/ui/ash/system_tray_client.cc
|
| diff --git a/chrome/browser/ui/ash/system_tray_client.cc b/chrome/browser/ui/ash/system_tray_client.cc
|
| index 82d88b1c3db659229cb44a4f9202a8e1242f9e0b..3096159a2cb3358a1ff7499dbcb2371c453fcd9f 100644
|
| --- a/chrome/browser/ui/ash/system_tray_client.cc
|
| +++ b/chrome/browser/ui/ash/system_tray_client.cc
|
| @@ -180,7 +180,7 @@ Widget* SystemTrayClient::CreateUnownedDialogWidget(
|
| // Place the dialog in the appropriate modal dialog container, either above
|
| // or below the lock screen, based on the login state.
|
| int container_id = GetDialogParentContainerId();
|
| - if (ash_util::IsRunningInMash()) {
|
| + if (IsRunningInMash()) {
|
| using ui::mojom::WindowManager;
|
| params.mus_properties[WindowManager::kContainerId_InitProperty] =
|
| mojo::ConvertTo<std::vector<uint8_t>>(container_id);
|
|
|