| Index: ash/wm/lock_state_controller.h
|
| diff --git a/ash/wm/lock_state_controller.h b/ash/wm/lock_state_controller.h
|
| index 035797af7c958e747ba52fe2e26002ac1c58659f..df92f943608ea3bad29692417043088da7a0ac6e 100644
|
| --- a/ash/wm/lock_state_controller.h
|
| +++ b/ash/wm/lock_state_controller.h
|
| @@ -283,7 +283,7 @@ class ASH_EXPORT LockStateController : public aura::WindowTreeHostObserver,
|
|
|
| scoped_ptr<LockStateControllerDelegate> delegate_;
|
|
|
| - ObserverList<LockStateObserver> observers_;
|
| + base::ObserverList<LockStateObserver> observers_;
|
|
|
| // The current login status, or original login status from before we locked.
|
| user::LoginStatus login_status_;
|
|
|