Index: ash/wm/solo_window_tracker.cc |
diff --git a/ash/wm/solo_window_tracker.cc b/ash/wm/solo_window_tracker.cc |
index 71299d2cc50215f286903e10f49b3e273361a88c..633d3bd450e5713dfbe3d5f6ae4fe9fa343d1050 100644 |
--- a/ash/wm/solo_window_tracker.cc |
+++ b/ash/wm/solo_window_tracker.cc |
@@ -60,7 +60,7 @@ bool IsValidCandidate(aura::Window* window) { |
window->layer() && |
window->layer()->type() != ui::LAYER_NOT_DRAWN && |
window->GetProperty(aura::client::kModalKey) == ui::MODAL_TYPE_NONE && |
- !window->GetProperty(ash::kConstrainedWindowKey); |
+ !window->GetProperty(aura::client::kConstrainedWindowKey); |
} |
// Schedule's a paint of the window's entire bounds. |