Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Unified Diff: ash/wm/solo_window_tracker_unittest.cc

Issue 97893002: aura/ash cleanup: Use a single window-key for constrained windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698