Index: ash/wm/system_modal_container_layout_manager.cc |
diff --git a/ash/wm/system_modal_container_layout_manager.cc b/ash/wm/system_modal_container_layout_manager.cc |
index 2c2cdebb57a5f4df3af517287b2815eeae7e2c8c..eaf3cdf083502a96577c674f36cdd8825abff66d 100644 |
--- a/ash/wm/system_modal_container_layout_manager.cc |
+++ b/ash/wm/system_modal_container_layout_manager.cc |
@@ -63,8 +63,8 @@ void SystemModalContainerLayoutManager::OnWindowResized() { |
void SystemModalContainerLayoutManager::OnWindowAddedToLayout( |
aura::Window* child) { |
DCHECK((modal_background_ && child == modal_background_->GetNativeView()) || |
- child->type() == aura::client::WINDOW_TYPE_NORMAL || |
- child->type() == aura::client::WINDOW_TYPE_POPUP); |
+ child->type() == ui::wm::WINDOW_TYPE_NORMAL || |
+ child->type() == ui::wm::WINDOW_TYPE_POPUP); |
DCHECK( |
container_->id() != internal::kShellWindowId_LockSystemModalContainer || |
Shell::GetInstance()->session_state_delegate()->IsUserSessionBlocked()); |