| Index: ash/wm/screen_pinning_controller.cc
|
| diff --git a/ash/wm/screen_pinning_controller.cc b/ash/wm/screen_pinning_controller.cc
|
| index bdc66fd2aa61a51d49774004028a3e8f13f3b394..a74dffe05f93f21f96de24006be5330650e9e033 100644
|
| --- a/ash/wm/screen_pinning_controller.cc
|
| +++ b/ash/wm/screen_pinning_controller.cc
|
| @@ -355,7 +355,7 @@ void ScreenPinningController::OnDisplayConfigurationChanged() {
|
| GetSystemModalWindowsExceptPinned(pinned_window_);
|
| for (WmWindow* system_modal : system_modal_containers) {
|
| const std::vector<WmWindow*> children = system_modal->GetChildren();
|
| - if (!children.empty() && ContainsValue(dim_windows_, children[0])) {
|
| + if (!children.empty() && base::ContainsValue(dim_windows_, children[0])) {
|
| // The system modal dialog has the dim window.
|
| continue;
|
| }
|
|
|