| Index: ash/mus/test/wm_test_base.cc
|
| diff --git a/ash/mus/test/wm_test_base.cc b/ash/mus/test/wm_test_base.cc
|
| index 3124d9df2e61a4883e0bd633f9b5056425794077..520e3e1a3425b41c122dde8cf2cb5ae8725a6fea 100644
|
| --- a/ash/mus/test/wm_test_base.cc
|
| +++ b/ash/mus/test/wm_test_base.cc
|
| @@ -117,7 +117,7 @@ void WmTestBase::UpdateDisplay(const std::string& display_spec) {
|
| roots[0]->display_.set_work_area(work_area);
|
| roots[0]->root()->SetBounds(gfx::Rect(bounds.size()));
|
| test_helper_->screen()->display_list()->UpdateDisplay(
|
| - roots[0]->display(), views::DisplayList::Type::PRIMARY);
|
| + roots[0]->display(), display::DisplayList::Type::PRIMARY);
|
| }
|
|
|
| ui::Window* WmTestBase::GetPrimaryRootWindow() {
|
|
|