Index: ash/wm/power_button_controller.cc |
diff --git a/ash/wm/power_button_controller.cc b/ash/wm/power_button_controller.cc |
index f7bc2f3e2ebffafe60e466925addb2070bede79d..1e31c3561d8aeebc936b616aa23cf8f3b548331d 100644 |
--- a/ash/wm/power_button_controller.cc |
+++ b/ash/wm/power_button_controller.cc |
@@ -94,7 +94,7 @@ void PowerButtonController::OnLockButtonEvent( |
if (down) |
controller_->StartLockAnimation(); |
else |
- controller_->CancelLockWithOtherAnimation(); |
+ controller_->CancelLockAnimation(); |
} |
} // namespace ash |