Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1915)

Unified Diff: ash/wm/overlay_event_filter.h

Issue 2041233005: Moves ash::user::LoginStatus to ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/wm/lock_state_controller_unittest.cc ('k') | ash/wm/overlay_event_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/overlay_event_filter.h
diff --git a/ash/wm/overlay_event_filter.h b/ash/wm/overlay_event_filter.h
index eae35a28b0463c59dc2f031b737c3d884fcdb46f..218a835b361abd185cd146a6fa6bea3f8a26e352 100644
--- a/ash/wm/overlay_event_filter.h
+++ b/ash/wm/overlay_event_filter.h
@@ -59,7 +59,7 @@ class ASH_EXPORT OverlayEventFilter : public ui::EventHandler,
void OnKeyEvent(ui::KeyEvent* event) override;
// ShellObserver overrides:
- void OnLoginStateChanged(user::LoginStatus status) override;
+ void OnLoginStateChanged(LoginStatus status) override;
void OnAppTerminating() override;
void OnLockStateChanged(bool locked) override;
« no previous file with comments | « ash/wm/lock_state_controller_unittest.cc ('k') | ash/wm/overlay_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698