Index: ash/dip_unittest.cc |
diff --git a/ash/dip_unittest.cc b/ash/dip_unittest.cc |
index 748c78f3f549672809eb6e447f2ec8420d6a5d20..d50fd4caaace7a39a3c207366603c8d4de7f60af 100644 |
--- a/ash/dip_unittest.cc |
+++ b/ash/dip_unittest.cc |
@@ -48,7 +48,7 @@ TEST_F(DIPTest, WorkArea) { |
gfx::Screen* screen = Shell::GetScreen(); |
const gfx::Display display_2x = screen->GetDisplayNearestWindow(root); |
- const internal::DisplayInfo display_info_2x = |
+ const DisplayInfo display_info_2x = |
Shell::GetInstance()->display_manager()->GetDisplayInfo(display_2x.id()); |
// The |bounds_in_pixel()| should report bounds in pixel coordinate. |
@@ -87,7 +87,7 @@ TEST_F(DIPTest, WorkAreaForLegacyShelfLayout) { |
gfx::Screen* screen = Shell::GetScreen(); |
const gfx::Display display_2x = screen->GetDisplayNearestWindow(root); |
- const internal::DisplayInfo display_info_2x = |
+ const DisplayInfo display_info_2x = |
Shell::GetInstance()->display_manager()->GetDisplayInfo(display_2x.id()); |
// The |bounds_in_native()| should report bounds in pixel coordinate. |