Index: ash/wm/solo_window_tracker_unittest.cc |
diff --git a/ash/wm/solo_window_tracker_unittest.cc b/ash/wm/solo_window_tracker_unittest.cc |
index 5792008d922016e11a1baf9bf84c5cf630649c55..a874bb82308c3b02a4955fc270759dddb042c7c9 100644 |
--- a/ash/wm/solo_window_tracker_unittest.cc |
+++ b/ash/wm/solo_window_tracker_unittest.cc |
@@ -272,7 +272,7 @@ TEST_F(SoloWindowTrackerTest, Constrained) { |
// Create a fake constrained window. |
scoped_ptr<aura::Window> w2(CreateWindowInPrimary()); |
- w2->SetProperty(ash::kConstrainedWindowKey, true); |
+ w2->SetProperty(aura::client::kConstrainedWindowKey, true); |
w2->Show(); |
// Despite two windows, the first window should still be considered "solo" |