Index: ash/wm/activation_controller.cc |
diff --git a/ash/wm/activation_controller.cc b/ash/wm/activation_controller.cc |
index c61843624881cc98c92df7544bc98ab95693a5ee..75fa135feeac21f9330a2f6cb5dfacb112bdac73 100644 |
--- a/ash/wm/activation_controller.cc |
+++ b/ash/wm/activation_controller.cc |
@@ -28,6 +28,7 @@ const int kWindowContainerIds[] = { |
kShellWindowId_LockScreenContainer, |
kShellWindowId_SystemModalContainer, |
kShellWindowId_AlwaysOnTopContainer, |
+ kShellWindowId_SettingBubbleContainer, |
kShellWindowId_DefaultContainer, |
// Panel, launcher and status are intentionally checked after other |
@@ -36,7 +37,6 @@ const int kWindowContainerIds[] = { |
kShellWindowId_PanelContainer, |
kShellWindowId_LauncherContainer, |
kShellWindowId_StatusContainer, |
- kShellWindowId_SettingBubbleContainer, |
}; |
aura::Window* GetContainer(int id) { |