| 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 03ed6fd9fb1a88084e5324c521498c672bde9757..437f4502ca8ad9e663c2d108d7df5375ce6ac90e 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
|
|
|