| Index: ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc
|
| diff --git a/ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc b/ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc
|
| index 1dfd6f460f896b705aed909d6935992ad01600f3..c48af35a53cee87d143eb3fd96ab816eb33eca5e 100644
|
| --- a/ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc
|
| +++ b/ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc
|
| @@ -232,8 +232,8 @@ TEST_F(TrayRotationLockTest, PerformActionOnDefaultView) {
|
| maximize_mode_controller->EnableMaximizeModeWindowManager(true);
|
| ASSERT_FALSE(tray_view()->visible());
|
|
|
| - ui::GestureEvent tap(
|
| - 0, 0, 0, base::TimeDelta(), ui::GestureEventDetails(ui::ET_GESTURE_TAP));
|
| + ui::GestureEvent tap(0, 0, 0, base::TimeTicks(),
|
| + ui::GestureEventDetails(ui::ET_GESTURE_TAP));
|
| default_view()->OnGestureEvent(&tap);
|
| EXPECT_TRUE(screen_orientation_controller->rotation_locked());
|
| EXPECT_TRUE(tray_view()->visible());
|
|
|