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

Unified Diff: ash/mus/test/wm_test_helper.cc

Issue 2302673002: mash: Avoid shelf crashes on display removal. (Closed)
Patch Set: minor cleanup. Created 4 years, 3 months 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/mus/test/wm_test_helper.cc
diff --git a/ash/mus/test/wm_test_helper.cc b/ash/mus/test/wm_test_helper.cc
index a650ed7f4b3c288451362f4df3b623378e27c0f9..586cf511268716cd290280e59ef624db64c08dc4 100644
--- a/ash/mus/test/wm_test_helper.cc
+++ b/ash/mus/test/wm_test_helper.cc
@@ -60,7 +60,7 @@ void WmTestHelper::Init() {
window_tree_client_setup_.window_tree_client());
screen_->display_list()->AddDisplay(display,
- views::DisplayList::Type::PRIMARY);
+ display::DisplayList::Type::PRIMARY);
ui::WindowTreeClientPrivate(window_tree_client_setup_.window_tree_client())
.CallWmNewDisplayAdded(display);

Powered by Google App Engine
This is Rietveld 408576698