| Index: chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc
|
| diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc b/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc
|
| index 65c2d9dd29c7631ff172a931452f85baa40d6e80..feff4040c31fb567d8a7c2725698734ccc94fea2 100644
|
| --- a/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc
|
| +++ b/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc
|
| @@ -66,7 +66,7 @@ void BluetoothPairingDialog::ShowInContainer(int container_id) {
|
| views::Widget::InitParams params(
|
| views::Widget::InitParams::TYPE_WINDOW_FRAMELESS);
|
| params.delegate = view;
|
| - if (ash_util::IsRunningInMash()) {
|
| + if (IsRunningInMash()) {
|
| using ui::mojom::WindowManager;
|
| params.mus_properties[WindowManager::kContainerId_InitProperty] =
|
| mojo::ConvertTo<std::vector<uint8_t>>(container_id);
|
|
|