| 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 dd6eb4040c0c70b9b45791d63c0adb1318076529..7a53f9d34e4ebf456aec83b8efed023815610137 100644
|
| --- a/ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc
|
| +++ b/ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc
|
| @@ -209,8 +209,8 @@ TEST_F(TrayRotationLockTest, PerformActionOnDefaultView) {
|
| EnableMaximizeModeWindowManager(true);
|
| ASSERT_FALSE(tray_view()->visible());
|
|
|
| - ui::GestureEvent tap(0, 0, 0, base::TimeDelta(),
|
| - ui::GestureEventDetails(ui::ET_GESTURE_TAP, 0.0f, 0.0f));
|
| + ui::GestureEvent tap(
|
| + 0, 0, 0, base::TimeDelta(), ui::GestureEventDetails(ui::ET_GESTURE_TAP));
|
| default_view()->OnGestureEvent(&tap);
|
| EXPECT_TRUE(maximize_mode_controller->rotation_locked());
|
| EXPECT_TRUE(tray_view()->visible());
|
|
|