| Index: ash/wm/overlay_event_filter.cc
|
| diff --git a/ash/wm/overlay_event_filter.cc b/ash/wm/overlay_event_filter.cc
|
| index a728b9e1ac1fa3cf33507f77ec564a90454fcc97..336ebf49e358d8e8184342f928eec63fbc5f29ef 100644
|
| --- a/ash/wm/overlay_event_filter.cc
|
| +++ b/ash/wm/overlay_event_filter.cc
|
| @@ -34,8 +34,7 @@ void OverlayEventFilter::OnKeyEvent(ui::KeyEvent* event) {
|
| event->StopPropagation();
|
| }
|
|
|
| -void OverlayEventFilter::OnLoginStateChanged(
|
| - user::LoginStatus status) {
|
| +void OverlayEventFilter::OnLoginStateChanged(LoginStatus status) {
|
| Cancel();
|
| }
|
|
|
|
|