Index: ash/display/mirror_window_controller_unittest.cc |
diff --git a/ash/display/mirror_window_controller_unittest.cc b/ash/display/mirror_window_controller_unittest.cc |
index a211c910224f7f4f40c3bbc5f8d3cd2209509752..97e1608d606b7fd80a22da0ce554301a94f09870 100644 |
--- a/ash/display/mirror_window_controller_unittest.cc |
+++ b/ash/display/mirror_window_controller_unittest.cc |
@@ -243,7 +243,6 @@ TEST_F(MirrorWindowControllerTest, MAYBE_MirrorCursorMoveOnEnter) { |
// Check mirrored cursor's location. |
test::MirrorWindowTestApi test_api; |
- gfx::Point hot_point = test_api.GetCursorHotPoint(); |
// Rotated hot point must be (25-7, 7). |
EXPECT_EQ("18,7", test_api.GetCursorHotPoint().ToString()); |
// New coordinates are not (200,200) because (200,200) is not the center of |