Index: ash/wm/lock_state_controller.h |
diff --git a/ash/wm/lock_state_controller.h b/ash/wm/lock_state_controller.h |
index 96b15cc1987c8199a145487a8f329ed8cf3705fd..8d5e455ceb0b59278c20398c1e488f64ec78b22e 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. |