| 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 c78513cb2b593e8ac9e85848eaee8bd05816b779..760599deca94392eae3185714b7560d4ee618de0 100644
|
| --- a/ash/mus/test/wm_test_helper.cc
|
| +++ b/ash/mus/test/wm_test_helper.cc
|
| @@ -47,7 +47,7 @@ void WmTestHelper::Init() {
|
| screen_->display_list()->AddDisplay(display,
|
| views::DisplayList::Type::PRIMARY);
|
|
|
| - ::ui::WindowTreeClientPrivate(window_tree_client_setup_.window_tree_client())
|
| + ui::WindowTreeClientPrivate(window_tree_client_setup_.window_tree_client())
|
| .CallWmNewDisplayAdded(display);
|
| }
|
|
|
|
|