Index: ash/wm/lock_state_controller.h |
diff --git a/ash/wm/lock_state_controller.h b/ash/wm/lock_state_controller.h |
index 0a4de526c42afbf70e182ceda84447fb06a0914d..d5a7f1762501749713e5a5ec72d65a42daf06a76 100644 |
--- a/ash/wm/lock_state_controller.h |
+++ b/ash/wm/lock_state_controller.h |
@@ -112,7 +112,7 @@ class ASH_EXPORT LockStateController : public aura::WindowTreeHostObserver, |
// Called when ScreenLocker is ready to close, but not yet destroyed. |
// Can be used to display "hiding" animations on unlock. |
// |callback| will be called when all animations are done. |
- void OnLockScreenHide(base::Closure& callback); |
+ void OnLockScreenHide(base::Closure callback); |
// Sets up the callback that should be called once lock animation is finished. |
// Callback is guaranteed to be called once and then discarded. |