Index: ash/wm/stacking_controller.cc |
diff --git a/ash/wm/stacking_controller.cc b/ash/wm/stacking_controller.cc |
index d846c78c90da75757f0b9c2671c1f9f868c44ddb..0d23d693af15550bf488e69b55d314136fca7b85 100644 |
--- a/ash/wm/stacking_controller.cc |
+++ b/ash/wm/stacking_controller.cc |
@@ -10,7 +10,7 @@ |
#include "ash/shell_window_ids.h" |
#include "ash/wm/always_on_top_controller.h" |
#include "ash/wm/coordinate_conversion.h" |
-#include "ash/wm/window_settings.h" |
+#include "ash/wm/window_state.h" |
#include "ui/aura/client/aura_constants.h" |
#include "ui/aura/root_window.h" |
#include "ui/aura/window.h" |
@@ -92,7 +92,7 @@ aura::Window* StackingController::GetDefaultParent(aura::Window* context, |
return GetContainerById( |
target_root, internal::kShellWindowId_UnparentedControlContainer); |
case aura::client::WINDOW_TYPE_PANEL: |
- if (wm::GetWindowSettings(window)->panel_attached()) |
+ if (wm::GetWindowState(window)->panel_attached()) |
return GetContainerById(target_root, |
internal::kShellWindowId_PanelContainer); |
else |