Index: ash/common/wm/overview/window_selector.cc |
diff --git a/ash/common/wm/overview/window_selector.cc b/ash/common/wm/overview/window_selector.cc |
index da048823f33f8625af3472626a9cc853f982790f..9159b4e43eb3d8a32b635400d3ec2969365bd1c5 100644 |
--- a/ash/common/wm/overview/window_selector.cc |
+++ b/ash/common/wm/overview/window_selector.cc |
@@ -207,7 +207,7 @@ views::Widget* CreateTextFilter(views::TextfieldController* controller, |
params.bounds = GetTextFilterPosition(root_window); |
*text_filter_bottom = params.bounds.bottom(); |
root_window->GetRootWindowController()->ConfigureWidgetInitParamsForContainer( |
- widget, kShellWindowId_OverlayContainer, ¶ms); |
+ widget, kShellWindowId_StatusContainer, ¶ms); |
widget->Init(params); |
// Use |container| to specify the padding surrounding the text and to give |