diff options
Diffstat (limited to 'ash/dip_unittest.cc')
-rw-r--r-- | ash/dip_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/dip_unittest.cc b/ash/dip_unittest.cc index 59020e8..a501ad2 100644 --- a/ash/dip_unittest.cc +++ b/ash/dip_unittest.cc @@ -35,7 +35,7 @@ typedef ash::test::AshTestBase DIPTest; TEST_F(DIPTest, WorkArea) { UpdateDisplay("1000x900*1.0f"); - aura::RootWindow* root = Shell::GetPrimaryRootWindow(); + aura::Window* root = Shell::GetPrimaryRootWindow(); const gfx::Display display = Shell::GetScreen()->GetDisplayNearestWindow(root); @@ -74,7 +74,7 @@ TEST_F(DIPTest, WorkAreaForLegacyShelfLayout) { ash::switches::kAshDisableAlternateShelfLayout); UpdateDisplay("1000x900*1.0f"); - aura::RootWindow* root = Shell::GetPrimaryRootWindow(); + aura::Window* root = Shell::GetPrimaryRootWindow(); const gfx::Display display = Shell::GetScreen()->GetDisplayNearestWindow(root); |