| Index: ash/mus/root_window_controller_unittest.cc
|
| diff --git a/ash/mus/root_window_controller_unittest.cc b/ash/mus/root_window_controller_unittest.cc
|
| index 2037cd2bf4ed813a82667791766f831f9db9441f..8299439da22a0776110b20a2a29e8a813c1dfad5 100644
|
| --- a/ash/mus/root_window_controller_unittest.cc
|
| +++ b/ash/mus/root_window_controller_unittest.cc
|
| @@ -26,7 +26,7 @@ using RootWindowControllerTest = AshTest;
|
| TEST_F(RootWindowControllerTest, CreateFullscreenWindow) {
|
| std::unique_ptr<WindowOwner> window_owner = CreateToplevelTestWindow();
|
| WmWindow* window = window_owner->window();
|
| - window->SetFullscreen();
|
| + window->SetFullscreen(true);
|
| WmWindow* root_window = WmShell::Get()->GetPrimaryRootWindow();
|
| EXPECT_EQ(root_window->GetBounds(), window->GetBounds());
|
| }
|
|
|